From c7130ae3e86cdfaa1fdc257d9725da2c7e001321 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 4 Jun 2025 01:26:10 +0000 Subject: [PATCH] import UBI golang-1.23.9-1.module+el8.10.0+23162+9223a61a --- .gitignore | 4 ++-- .golang.metadata | 4 ++-- SPECS/golang.spec | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 76dee4c..6f80fe1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.golang.metadata b/.golang.metadata index 09d2bce..57b96d6 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -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 diff --git a/SPECS/golang.spec b/SPECS/golang.spec index 52a40d5..7a49915 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -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 - 1.23.9-1 +- Update to Go 1.23.9 +- Resolves: RHEL-94636 + * Thu Mar 13 2025 David Benoit - 1.23.6-1 - Update to Go 1.23.6 - Resolves: RHEL-83824