From a6ff077757dc50b12c2d4a0339b0ba6e8782a5dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Fri, 5 Aug 2022 21:15:57 +0200 Subject: [PATCH] Update to Go 1.18.4 Resolves: rhbz#2109180 --- go-toolset.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/go-toolset.spec b/go-toolset.spec index 7a8e82d..cc6e5c5 100644 --- a/go-toolset.spec +++ b/go-toolset.spec @@ -1,4 +1,4 @@ -%global go_version 1.18.2 +%global go_version 1.18.4 Name: go-toolset Version: %{go_version} @@ -18,6 +18,9 @@ This is the main package for go-toolset. %files %changelog +* Fri Aug 05 2022 Alejandro Sáez - 1.18.4-1 +- Rebase to Go 1.18.4 + * Mon May 02 2022 David Benoit - 1.18.2-1 - Rebase to Go 1.18.2 - Resolves: rhbz#2075169