From 651a119b5e4cf83e4e74b31ee8432d59f9a4dd49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Tue, 30 Mar 2021 17:36:57 +0200 Subject: [PATCH] Rebase to go 1.16.1 and delve 1.6.0 Resolves: rhbz#1922455 --- go-toolset.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/go-toolset.spec b/go-toolset.spec index 9f03e03..63db920 100644 --- a/go-toolset.spec +++ b/go-toolset.spec @@ -1,4 +1,4 @@ -%global go_version 1.15.7 +%global go_version 1.16.1 Name: go-toolset Version: %{go_version} @@ -18,6 +18,10 @@ This is the main package for go-toolset. %files %changelog +* Tue Mar 30 2021 Alejandro Sáez - 1.16.1-2 +- Rebase to go 1.16.1 and delve 1.6.0 +- Resolves: rhbz#1922455 + * Fri Jan 22 2021 David Benoit - 1.15.7-1 - Rebase to 1.15.7 - Resolves: rhbz#1892207