Update to Go 1.23.6

This commit is contained in:
eabdullin 2025-04-01 10:55:17 +03:00
parent 5720ac6a01
commit e5869377d9
3 changed files with 8 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/compiler-rt-18.1.8.src.tar.xz
SOURCES/go1.23.4-1-openssl-fips.tar.gz
SOURCES/go1.23.4.tar.gz
SOURCES/go1.23.6-1-openssl-fips.tar.gz
SOURCES/go1.23.6.tar.gz

View File

@ -1,3 +1,3 @@
6ecbfa5516b60adb4e4e60f991b0d8ddf5aab12a SOURCES/compiler-rt-18.1.8.src.tar.xz
9b42354f2830d187e2344de3320318bf55a05688 SOURCES/go1.23.4-1-openssl-fips.tar.gz
624687f9c24f3d1ad6b8e20c39c35f792d0f83e6 SOURCES/go1.23.4.tar.gz
fc81b4b133be67519cc3387b654bbe80bf42f5b9 SOURCES/go1.23.6-1-openssl-fips.tar.gz
dbcafd79dfee723575497f05d8598fc423fb5a70 SOURCES/go1.23.6.tar.gz

View File

@ -93,7 +93,7 @@
%endif
%global go_api 1.23
%global go_version 1.23.4
%global go_version 1.23.6
%global version %{go_version}
%global pkg_release 1
@ -583,6 +583,9 @@ cd ..
%endif
%changelog
* Tue Apr 01 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.23.6-1
- Update to Go 1.23.6
* Thu Jan 09 2025 David Benoit <dbenoit@redhat.com> - 1.23.4-1
- Update to Go 1.23.4 (fips-1)
- Resolves: RHEL-61048