diff --git a/SPECS/go-toolset.spec b/SPECS/go-toolset.spec index 30af5da..9724e34 100644 --- a/SPECS/go-toolset.spec +++ b/SPECS/go-toolset.spec @@ -1,4 +1,4 @@ -%global go_version 1.17.7 +%global go_version 1.18.4 Name: go-toolset Version: %{go_version} @@ -18,12 +18,23 @@ This is the main package for go-toolset. %files %changelog +* Wed Jul 20 2022 David Benoit - 1.18.4-1 +- Update Go to version 1.18.4 +- Resolves: rhbz#2109179 + +* Thu Jun 16 2022 David Benoit - 1.18.2-1 +- Update to Go 1.18.2 +- Related: rhbz#2075162 + +* Wed Apr 13 2022 David Benoit - 1.18.0-1 +- Update Go to 1.18.0 +- Resolves: rhbz#2075162 + * Thu Feb 17 2022 David Benoit - 1.17.7-1 - Rebase to Go 1.17.7 - Remove fips memory leak patch (fixed in tree) - Resolves: rhbz#2015930 - * Fri Dec 10 2021 David Benoit - 1.17.5-1 - Rebase to Go 1.17.5 - Resolves: rhbz#2031112