import UBI golang-1.20.12-1.el9_3
This commit is contained in:
parent
5b951e9b31
commit
943a8878da
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/go1.20.10-1-openssl-fips.tar.gz
|
SOURCES/go1.20.12-1-openssl-fips.tar.gz
|
||||||
SOURCES/go1.20.10.tar.gz
|
SOURCES/go1.20.12.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
a16d4c1ed23caee22e90f86027d861cadb634993 SOURCES/go1.20.10-1-openssl-fips.tar.gz
|
551cf7aae2d428bb376cf2b8d56443ab2ee7d133 SOURCES/go1.20.12-1-openssl-fips.tar.gz
|
||||||
f919ce5ad523ccba39500cab7ccd1ebbfde70021 SOURCES/go1.20.10.tar.gz
|
6d5bc127443fc42b1af8d9ba4115abe18554feb7 SOURCES/go1.20.12.tar.gz
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global go_api 1.20
|
%global go_api 1.20
|
||||||
%global go_version 1.20.10
|
%global go_version 1.20.12
|
||||||
%global version %{go_version}
|
%global version %{go_version}
|
||||||
%global pkg_release 1
|
%global pkg_release 1
|
||||||
|
|
||||||
@ -527,6 +527,10 @@ cd ..
|
|||||||
%files -n go-toolset
|
%files -n go-toolset
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 12 2023 David Benoit <dbenoit@redhat.com> - 1.20.12-1
|
||||||
|
- Fix CVE-2023-39326
|
||||||
|
- Resolves: RHEL-19234
|
||||||
|
|
||||||
* Fri Oct 13 2023 David Benoit <dbenoit@redhat.com> - 1.20.10-1
|
* Fri Oct 13 2023 David Benoit <dbenoit@redhat.com> - 1.20.10-1
|
||||||
- Update to Go 1.20.10
|
- Update to Go 1.20.10
|
||||||
- Fix CVE-2023-39325
|
- Fix CVE-2023-39325
|
||||||
|
Loading…
Reference in New Issue
Block a user