diff options
author | Cem Keylan <cem@ckyln.com> | 2023-07-14 19:18:41 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-07-14 19:18:41 +0200 |
commit | bad665337c8ccc79f68d9560a7d9785d8c33080d (patch) | |
tree | f678e214af09f54adf9bd0aa88e559c6638decaa /extra/go | |
parent | 1ef5150093ce7c9c47b883837002a7bb6b6ef277 (diff) | |
download | repository-bad665337c8ccc79f68d9560a7d9785d8c33080d.tar.gz |
go: bump to 1.20.6
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 3a200f67..99bc9134 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -c1c351d20558928983d20df9a6b48d772db37517a8df54517ce422fed7c32689 go1.20.5.src.tar.gz +fb555f6674734d4f36e88594f29aede488ff75a36f659b4eee08217183905f1a go1.20.6.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 1cba102b..b15bc375 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.20.5.src.tar.gz go-current +https://golang.org/dl/go1.20.6.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 2b70ea32..7c34a547 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.20.5 1 +1.20.6 1 |