Update to go1.17
Resolves: rhbz#1957935
This commit is contained in:
parent
1f03484127
commit
a910a81517
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@
|
||||
/go1.16.5.src.tar.gz
|
||||
/go1.16.6.src.tar.gz
|
||||
/go1.17rc2.src.tar.gz
|
||||
/go1.17.src.tar.gz
|
||||
|
@ -106,11 +106,10 @@
|
||||
%endif
|
||||
|
||||
%global go_api 1.17
|
||||
%global go_prerelease rc2
|
||||
%global go_version %{go_api}%{?go_prerelease}
|
||||
%global go_version %{go_api}
|
||||
|
||||
# For rpmdev-bumpspec and releng automation
|
||||
%global baserelease 1
|
||||
%global baserelease 2
|
||||
|
||||
Name: golang
|
||||
Version: %{go_version}
|
||||
@ -535,6 +534,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 18 2021 Alejandro Sáez <asm@redhat.com> - 1.17-1
|
||||
- Update to go1.17
|
||||
- Resolves: rhbz#1957935
|
||||
|
||||
* Mon Aug 09 2021 Alejandro Sáez <asm@redhat.com> - 1.17-0.rc2
|
||||
- Update to go1.17rc2
|
||||
- Update patches
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (go1.17rc2.src.tar.gz) = d1f9e687011acee30232c30e75c66cb920f314db02bf1f0c90e360095f0fb089d2adb346acaac1a22b7e114efa6d880b721e461edc67ccb79bedf15eff619de8
|
||||
SHA512 (go1.17.src.tar.gz) = bb94d69555faa103bc092ce85b73168954a553a5c72e4b38c39bd99a3eb4db679f352685e66507b0945ed12676eb2a0c51674e456f68a9a5b98c3ec6a948d35b
|
||||
|
Loading…
Reference in New Issue
Block a user