Update to go1.19.2
This commit is contained in:
parent
b001866299
commit
0d02567844
1
.gitignore
vendored
1
.gitignore
vendored
@ -121,3 +121,4 @@
|
||||
/go1.19rc2.src.tar.gz
|
||||
/go1.19.src.tar.gz
|
||||
/go1.19.1.src.tar.gz
|
||||
/go1.19.2.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 1
|
||||
%global go_patch 2
|
||||
|
||||
%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 Oct 04 2022 Alejandro Sáez <asm@redhat.com> - 1.19.2-1
|
||||
- Update to go1.19.2
|
||||
|
||||
* Tue Sep 06 2022 Alejandro Sáez <asm@redhat.com> - 1.19.1-1
|
||||
- Update to go1.19.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (go1.19.1.src.tar.gz) = 7e8cf557f05d5a537f9305bb9c19cf8ab9ce640376e5ea97ff0d490b016364936e8dfc129462760c4e817af01fdf09e3f815b88412f9985bb254dfa3167752c0
|
||||
SHA512 (go1.19.2.src.tar.gz) = 72901e5eaf1857b22bf62a82690579aa4bd8b8130f16416313d249600c99e1ae3c1451ac5c53138ce41dd39dd72dcf8d0f3592b98f4239754efcf4f8b0103cb4
|
||||
|
Loading…
Reference in New Issue
Block a user