diff --git a/go-toolset.spec b/go-toolset.spec index ee25851..1694797 100644 --- a/go-toolset.spec +++ b/go-toolset.spec @@ -1,8 +1,8 @@ -%global go_version 1.20.3 +%global go_version 1.20.4 Name: go-toolset Version: %{go_version} -Release: 2%{?dist} +Release: 1%{?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 +* Wed May 31 2023 Alejandro Sáez - 1.20.4-1 +- Update to Go 1.20.4 +- Resolves: rhbz#2204477 + * Fri May 26 2023 Alejandro Sáez - 1.20.3-2 - Update to Delve 1.20.2 - Resolves: rhbz#2186496