diff options
author | Cem Keylan <cem@ckyln.com> | 2023-03-08 12:30:25 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-03-08 12:30:25 +0100 |
commit | 624c5c9098e5182afa793b4b9be7a1a6cd319bb7 (patch) | |
tree | db5cbe1fa6deccd1a1c5f22b623dbc125a4be4a5 /extra/go | |
parent | 6c9452177b05d8e52b5a09f1c779b0337cf1458a (diff) | |
download | repository-624c5c9098e5182afa793b4b9be7a1a6cd319bb7.tar.gz |
go: bump to 1.20.2
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 5c49e079..2c21589a 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -4732d34141dc2d69752933fb053afc399b1da8a8712a915ae7caf4c94a0586b9 go1.20.1.src.tar.gz +99eefa91dc3803645be157ec4d73728456ea5522724442cbaeb9e1ff31302c48 go1.20.2.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 df30e81d..3ca9930b 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.20.1.src.tar.gz go-current +https://golang.org/dl/go1.20.2.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 312e0a4e..12bf0025 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.20.1 1 +1.20.2 1 |