Rebase to Go 1.20.3

Remove race archives
Update static tests patches
Resolves: rhbz#2185260
This commit is contained in:
David Benoit 2023-04-13 09:22:53 -04:00
parent dc1f9b8e84
commit e90eadabce

View File

@ -1,4 +1,4 @@
%global go_version 1.19.4
%global go_version 1.20.3
Name: go-toolset
Version: %{go_version}
@ -18,6 +18,12 @@ This is the main package for go-toolset.
%files
%changelog
* Tue Apr 11 2023 David Benoit <dbenoit@redhat.com> - 1.20.3-1
- Rebase to Go 1.20.3
- Remove race archives
- Update static tests patches
- Resolves: rhbz#2185260
* Wed Dec 21 2022 David Benoit <dbenoit@redhat.com> - 1.19.4-1
- Rebase to Go 1.19.4
- Fix ppc64le linker issue