Update to Go 1.20.4

Resolves: rhbz#2204477
This commit is contained in:
Alejandro Sáez 2023-05-31 16:27:28 +02:00
parent f93f053e5a
commit db3e5935f0

View File

@ -1,8 +1,8 @@
%global go_version 1.20.3
%global go_version 1.20.4
Name: go-toolset
Version: %{go_version}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Package that installs go-toolset
License: BSD and Public Domain
@ -18,6 +18,10 @@ This is the main package for go-toolset.
%files
%changelog
* Wed May 31 2023 Alejandro Sáez <asm@redhat.com> - 1.20.4-1
- Update to Go 1.20.4
- Resolves: rhbz#2204477
* Fri May 26 2023 Alejandro Sáez <asm@redhat.com> - 1.20.3-2
- Update to Delve 1.20.2
- Resolves: rhbz#2186496