From f93f053e5ab6c848f6ba4f5b6ad31fdf594bf186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Fri, 26 May 2023 18:44:45 +0200 Subject: [PATCH] Update to Delve 1.20.2 Resolves: rhbz#2186496 --- go-toolset.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/go-toolset.spec b/go-toolset.spec index 500b5a1..ee25851 100644 --- a/go-toolset.spec +++ b/go-toolset.spec @@ -2,7 +2,7 @@ Name: go-toolset Version: %{go_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Package that installs go-toolset License: BSD and Public Domain @@ -18,6 +18,10 @@ This is the main package for go-toolset. %files %changelog +* Fri May 26 2023 Alejandro Sáez - 1.20.3-2 +- Update to Delve 1.20.2 +- Resolves: rhbz#2186496 + * Tue Apr 11 2023 David Benoit - 1.20.3-1 - Resolves: rhbz#2185259