From e90eadabce4593f35980a93417f26f9478db5f65 Mon Sep 17 00:00:00 2001 From: David Benoit Date: Thu, 13 Apr 2023 09:22:53 -0400 Subject: [PATCH] Rebase to Go 1.20.3 Remove race archives Update static tests patches Resolves: rhbz#2185260 --- go-toolset.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/go-toolset.spec b/go-toolset.spec index 06f0c78..8e7d2cb 100644 --- a/go-toolset.spec +++ b/go-toolset.spec @@ -1,4 +1,4 @@ -%global go_version 1.19.4 +%global go_version 1.20.3 Name: go-toolset Version: %{go_version} @@ -18,6 +18,12 @@ This is the main package for go-toolset. %files %changelog +* Tue Apr 11 2023 David Benoit - 1.20.3-1 +- Rebase to Go 1.20.3 +- Remove race archives +- Update static tests patches +- Resolves: rhbz#2185260 + * Wed Dec 21 2022 David Benoit - 1.19.4-1 - Rebase to Go 1.19.4 - Fix ppc64le linker issue