Update to go 1.20.5
This commit is contained in:
parent
7026110a60
commit
4716400a7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -132,3 +132,4 @@
|
|||||||
/go1.20.2.src.tar.gz
|
/go1.20.2.src.tar.gz
|
||||||
/go1.20.3.src.tar.gz
|
/go1.20.3.src.tar.gz
|
||||||
/go1.20.4.src.tar.gz
|
/go1.20.4.src.tar.gz
|
||||||
|
/go1.20.5.src.tar.gz
|
||||||
|
@ -105,7 +105,7 @@
|
|||||||
# Comment out go_prerelease and go_patch as needed
|
# Comment out go_prerelease and go_patch as needed
|
||||||
%global go_api 1.20
|
%global go_api 1.20
|
||||||
#global go_prerelease rc3
|
#global go_prerelease rc3
|
||||||
%global go_patch 4
|
%global go_patch 5
|
||||||
|
|
||||||
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
||||||
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
||||||
@ -539,6 +539,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 06 2023 Alejandro Sáez <asm@redhat.com> - 1.20.5-1
|
||||||
|
- Update to go 1.20.5
|
||||||
|
|
||||||
* Tue May 02 2023 Alejandro Sáez <asm@redhat.com> - 1.20.4-1
|
* Tue May 02 2023 Alejandro Sáez <asm@redhat.com> - 1.20.4-1
|
||||||
- Update to go1.20.4
|
- Update to go1.20.4
|
||||||
- Resolves: rhbz#2184454
|
- Resolves: rhbz#2184454
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (go1.20.4.src.tar.gz) = 43898325bab48c24e533f360a2c7de356a8a56946602e727b5bcd4a62ff4f64fd750e2650032f7e0525b0699e40e506d79446e16838f097e6bdc2a16f10d81be
|
SHA512 (go1.20.5.src.tar.gz) = 94cecb366cd9d9722b53e52ea3b0a5715a9e9dc21da0273dd3db9354557f71b9501b018125ef073dacc2e59125335f436cea1151cd8df0d60e2ad513f841905c
|
||||||
|
Loading…
Reference in New Issue
Block a user