Update to go1.20.3
This commit is contained in:
parent
40d426bb8e
commit
f99fab394c
1
.gitignore
vendored
1
.gitignore
vendored
@ -130,3 +130,4 @@
|
||||
/go1.20.src.tar.gz
|
||||
/go1.20.1.src.tar.gz
|
||||
/go1.20.2.src.tar.gz
|
||||
/go1.20.3.src.tar.gz
|
||||
|
@ -105,7 +105,7 @@
|
||||
# Comment out go_prerelease and go_patch as needed
|
||||
%global go_api 1.20
|
||||
#global go_prerelease rc3
|
||||
%global go_patch 2
|
||||
%global go_patch 3
|
||||
|
||||
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
||||
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
||||
@ -535,6 +535,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 04 2023 Alejandro Sáez <asm@redhat.com> - 1.20.3-1
|
||||
- Update to go1.20.3
|
||||
|
||||
* Thu Mar 23 2023 Bradley G Smith <bradley.g.smith@gmail.com> - 1.20.2-1
|
||||
- Update to go1.20.2
|
||||
- Resolves: rhbz#2176528, in part
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (go1.20.2.src.tar.gz) = ba8f894b1baa6b3c1bdaafa113feff8d16c25d91f8e44bd4e7ffb46d7b329309290f27385804399baa9834691290a209fc7a193b24fd197ea11a16ce4a1b9d39
|
||||
SHA512 (go1.20.3.src.tar.gz) = 47ebb3925956a3facef9e5e6f4efec3058e55632020ea247844c55b160d23e2be3880ea24dec2f73382a7c7858259896cbb7de1bb764c481c176bed479676029
|
||||
|
Loading…
Reference in New Issue
Block a user