Compare commits

...

No commits in common. "imports/c8-beta-stream-rhel8/go-toolset-1.20.6-1.module_el8+602+8bb8a8d6" and "c8-stream-rhel8" have entirely different histories.

1 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,4 @@
%global go_version 1.20.6
%global go_version 1.20.12
Name: go-toolset
Version: %{go_version}
@ -18,6 +18,17 @@ This is the main package for go-toolset.
%files
%changelog
* Tue Dec 12 2023 David Benoit <dbenoit@redhat.com> - 1.20.12-1
- Update to Go 1.20.12
- Fix CVE-2023-39326
- Resolves: RHEL-19231
* Fri Oct 13 2023 David Benoit <dbenoit@redhat.com> - 1.20.10-1
- Update to Go 1.20.10
- Fix CVE-2023-39325
- Midstream patches
- Resolves: RHEL-12619
* Tue Aug 01 2023 Alejandro Sáez <asm@redhat.com> - 1.20.6-1
- Rebase to Go 1.20.6
- Resolves: rhbz#2226901