import UBI golang-1.23.9-1.module+el8.10.0+23162+9223a61a

This commit is contained in:
eabdullin 2025-06-04 01:26:10 +00:00
parent 899e164860
commit c7130ae3e8
3 changed files with 9 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/go1.23.6-1-openssl-fips.tar.gz
SOURCES/go1.23.6.tar.gz
SOURCES/go1.23.9-1-openssl-fips.tar.gz
SOURCES/go1.23.9.tar.gz

View File

@ -1,2 +1,2 @@
fc81b4b133be67519cc3387b654bbe80bf42f5b9 SOURCES/go1.23.6-1-openssl-fips.tar.gz
73a4be73230ca8fc57f6757560333494cc5f26a7 SOURCES/go1.23.6.tar.gz
f88e1a017f8abb82764e1340b858268b8beca1d8 SOURCES/go1.23.9-1-openssl-fips.tar.gz
ac7c4463e6f0e61fceb6c4e73d7c7d9da61d6a5d SOURCES/go1.23.9.tar.gz

View File

@ -92,7 +92,7 @@
%endif
%global go_api 1.23
%global version 1.23.6
%global version 1.23.9
%global pkg_release 1
Name: golang
@ -523,6 +523,10 @@ cd ..
%endif
%changelog
* Mon Jun 02 2025 Alejandro Sáez <asm@redhat.com> - 1.23.9-1
- Update to Go 1.23.9
- Resolves: RHEL-94636
* Thu Mar 13 2025 David Benoit <dbenoit@redhat.com> - 1.23.6-1
- Update to Go 1.23.6
- Resolves: RHEL-83824