diff options
author | Cem Keylan <cem@ckyln.com> | 2023-02-01 23:18:16 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-02-01 23:18:16 +0100 |
commit | 09fa2aafcf1422a4f8a136e5a261927a4e27e8bf (patch) | |
tree | f6705667146208bc173a0a5625f73a4740934e21 /extra/go | |
parent | 0ad087da716d968ce3f71afa1dd078883e4cf329 (diff) | |
download | repository-09fa2aafcf1422a4f8a136e5a261927a4e27e8bf.tar.gz |
go: bump to 1.20
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 835fb15f..74252545 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -b92db4c2ebfff3ca97a7b8cdbc3e6fb4b22e9d283aa5bd0761c61ad1e3ed8a48 go1.19.5.src.tar.gz +308904c913690a409c8f400340374e5dad466541960c24d4d63d1cfd21339984 go1.20.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 aa48e4fb..956dcc1a 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.19.5.src.tar.gz go-current +https://golang.org/dl/go1.20.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 eb7c4db0..a7291ec9 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.19.5 1 +1.20 1 |