diff options
author | Cem Keylan <cem@ckyln.com> | 2023-02-20 13:55:14 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-02-20 13:55:14 +0100 |
commit | a050525d673af50fa60e04ff7c31fca53e359e28 (patch) | |
tree | 9bcd8eb72defda237ecc963e0cc68b0eb68334b4 /extra/go | |
parent | 6546e933b978fe0018a270690c529bbcc1cdc147 (diff) | |
download | repository-a050525d673af50fa60e04ff7c31fca53e359e28.tar.gz |
go: bump to 1.20.1
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 74252545..5c49e079 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -308904c913690a409c8f400340374e5dad466541960c24d4d63d1cfd21339984 go1.20.src.tar.gz +4732d34141dc2d69752933fb053afc399b1da8a8712a915ae7caf4c94a0586b9 go1.20.1.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 956dcc1a..df30e81d 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.20.src.tar.gz go-current +https://golang.org/dl/go1.20.1.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 a7291ec9..312e0a4e 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.20 1 +1.20.1 1 |