diff options
author | Cem Keylan <cem@ckyln.com> | 2022-03-04 10:31:00 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-03-04 10:31:00 +0100 |
commit | f2b4c04471125b2265443347a5df01dc429f8452 (patch) | |
tree | 854db4b98e88814a49c4ca52550df1f20a962596 /extra/go | |
parent | ee258d2bab3645c89af539eb6c0db45273a0b1aa (diff) | |
download | repository-f2b4c04471125b2265443347a5df01dc429f8452.tar.gz |
go: bump to 1.17.8
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 1df80846..ee133d5e 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -1ec2fc319c69eb837a21eaf0995b64f13656802b87196fd1081279685417042d go1.17.7.src.tar.gz +8cff53ae76cfa44bc433f3371e93346e3c6910bd0d0409abd397263e997f40ad go1.17.8.src.tar.gz e38b036986f4969980664342af2e0b14c503bf4222b980f2bfdcb32fd62fde14 go1.4-bootstrap-20171003.tar.gz dcd2b17ef49c90c0e215209f188a9287684cca9731d48319af1bc4da9e6feb3f no-bash.patch diff --git a/extra/go/sources b/extra/go/sources index 84fddc46..8719346d 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.17.7.src.tar.gz go-current +https://golang.org/dl/go1.17.8.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 d92f2286..f7df5fd2 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.17.7 1 +1.17.8 1 |