diff --git a/.go-toolset.metadata b/.go-toolset.metadata deleted file mode 100644 index e69de29..0000000 diff --git a/SPECS/go-toolset.spec b/SPECS/go-toolset.spec index f743813..cd1a277 100644 --- a/SPECS/go-toolset.spec +++ b/SPECS/go-toolset.spec @@ -1,4 +1,4 @@ -%global go_version 1.19.9 +%global go_version 1.19.10 Name: go-toolset Version: %{go_version} @@ -18,6 +18,12 @@ This is the main package for go-toolset. %files %changelog +* Tue Jun 6 2023 David Benoit - 1.19.10-1 +- Update to Go 1.19.10 +- Resolves: rhbz#2217623 +- Resolves: rhbz#2217609 +- Resolves: rhbz#2217581 + * Wed May 17 2023 Alejandro Sáez - 1.19.9-1 - Rebase to Go 1.19.9 - Resolves: rhbz#2204473