Update to go1.19.1
This commit is contained in:
parent
797e3f5003
commit
b001866299
1
.gitignore
vendored
1
.gitignore
vendored
@ -120,3 +120,4 @@
|
||||
/go1.19rc1.src.tar.gz
|
||||
/go1.19rc2.src.tar.gz
|
||||
/go1.19.src.tar.gz
|
||||
/go1.19.1.src.tar.gz
|
||||
|
@ -108,7 +108,7 @@
|
||||
# Comment out go_prerelease and go_patch as needed
|
||||
%global go_api 1.19
|
||||
#global go_prerelease rc2
|
||||
#global go_patch 0
|
||||
%global go_patch 1
|
||||
|
||||
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
||||
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
||||
@ -537,6 +537,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Sep 06 2022 Alejandro Sáez <asm@redhat.com> - 1.19.1-1
|
||||
- Update to go1.19.1
|
||||
|
||||
* Tue Aug 02 2022 Alejandro Sáez <asm@redhat.com> - 1.19-1
|
||||
- Update to go1.19.0
|
||||
- Remove reference to AUTHORS and CONTRIBUTORS due to https://github.com/golang/go/issues/53961
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (go1.19.src.tar.gz) = c4460d54957a0bcf3407ea72cd1c6b3c645ef4ef6cc0fa142a80cb43c06ca4af31d52b0ccd723c81d17a62004bc96559cad23da874a4b668b4d8b168f1da2186
|
||||
SHA512 (go1.19.1.src.tar.gz) = 7e8cf557f05d5a537f9305bb9c19cf8ab9ce640376e5ea97ff0d490b016364936e8dfc129462760c4e817af01fdf09e3f815b88412f9985bb254dfa3167752c0
|
||||
|
Loading…
Reference in New Issue
Block a user