diff options
author | Cem Keylan <cem@ckyln.com> | 2023-08-27 15:37:39 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-08-27 15:37:39 +0200 |
commit | 066b15f85649b32c32ff0ba1118aa0ea01b24e35 (patch) | |
tree | d7ed1956e0e9fd9c2b5bf152196a49ba45b106d6 /extra/go | |
parent | f9904a63df836e5271989fe4abd97bef38d474dd (diff) | |
download | repository-066b15f85649b32c32ff0ba1118aa0ea01b24e35.tar.gz |
go: bump to 1.21.0
Diffstat (limited to 'extra/go')
-rw-r--r-- | extra/go/checksums | 2 | ||||
-rw-r--r-- | extra/go/sources | 2 | ||||
-rw-r--r-- | extra/go/version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/go/checksums b/extra/go/checksums index 99bc9134..98b4195b 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -fb555f6674734d4f36e88594f29aede488ff75a36f659b4eee08217183905f1a go1.20.6.src.tar.gz +b02da235344752481444c021b445840e2859043c2cd9c13026be7ac0bcf69e7e go1.21.0.src.tar.gz e38b036986f4969980664342af2e0b14c503bf4222b980f2bfdcb32fd62fde14 go1.4-bootstrap-20171003.tar.gz 66e10eadbc4e5ccc4db017cc58fb359eaa182ae74f2b5773463935b25343e537 no-bash.patch diff --git a/extra/go/sources b/extra/go/sources index b15bc375..2b47ed8d 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.20.6.src.tar.gz go-current +https://golang.org/dl/go1.21.0.src.tar.gz go-current https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz go1.4-bootstrap patches/no-bash.patch diff --git a/extra/go/version b/extra/go/version index 7c34a547..368bca4e 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.20.6 1 +1.21.0 1 |