diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-07 19:44:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-07 19:44:59 +0300 |
commit | 27fa9119cbfb7cc49c963bf2398b69fc3482c0ff (patch) | |
tree | 1092b219694a8981a4d768f5bb321bf5e304f5b1 /extra/go | |
parent | 5b79c50220b289b2f237b519a47bdef4658ebf71 (diff) | |
download | repository-27fa9119cbfb7cc49c963bf2398b69fc3482c0ff.tar.gz |
go: bump to 1.19
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 80294854..f5716c76 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -312b9ba9012ba954f5a739f326b426b351c32ba62e3b1cdf907e50417000800e go1.18.4.src.tar.gz +4eb334d36c9fb17148b17f0a83cde8bc1eb425c0c2c83a7a1c9f4f09ce201b7f go1.19.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 3aad812c..0e950346 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.18.4.src.tar.gz go-current +https://golang.org/dl/go1.19.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 e13698db..4e7f270b 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.18.4 1 +1.19 1 |