import UBI golang-1.26.4-1.el9_8

This commit is contained in:
AlmaLinux RelEng Bot 2026-06-26 09:35:40 -04:00
parent f36ef671fb
commit d91a2f1347
3 changed files with 9 additions and 5 deletions

4
.gitignore vendored
View File

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

View File

@ -1,3 +1,3 @@
6ecbfa5516b60adb4e4e60f991b0d8ddf5aab12a SOURCES/compiler-rt-18.1.8.src.tar.xz
526321621c7dcb76556f42fd0478f714e190f09c SOURCES/go1.26.3-1-openssl-fips.tar.gz
fae5b1aa67c7199612f9b0009f10ae8cd979d29e SOURCES/go1.26.3.tar.gz
f3cd7059e8b9ee5a0cbc9effe2c647eed8abbe68 SOURCES/go1.26.4-1-openssl-fips.tar.gz
a105bfbaa4bbdb3275e16211f260926fe8132e64 SOURCES/go1.26.4.tar.gz

View File

@ -107,7 +107,7 @@
%endif
%global go_api 1.26
%global go_version 1.26.3
%global go_version 1.26.4
%global version %{go_version}
%global pkg_release 1
@ -622,6 +622,10 @@ cd ..
%endif
%changelog
* Wed Jun 10 2026 dbenoit <dbenoit@redhat.com> - 1.26.4-1
- Update to Go 1.26.4 (fips-1)
- Resolves: RHEL-183349
* Tue May 12 2026 dbenoit <dbenoit@redhat.com> - 1.26.3-1
- Update to Go 1.26.3 (fips-1)
- Resolves: RHEL-175607