diff options
author | Cem Keylan <cem@ckyln.com> | 2023-09-12 11:47:30 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-09-12 11:47:30 +0200 |
commit | 8af8fda280415854dfc5a6f7ea9117ef5235cf83 (patch) | |
tree | ad4ee0101e6379da44a86f744d5a9bcdb0468417 /extra/go | |
parent | 9d81f79e9831d8102b64a226abae044fd854c94f (diff) | |
download | repository-8af8fda280415854dfc5a6f7ea9117ef5235cf83.tar.gz |
go: bump to 1.21.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 98b4195b..c25f0ed5 100644 --- a/extra/go/checksums +++ b/extra/go/checksums @@ -1,4 +1,4 @@ %BLAKE3 -b02da235344752481444c021b445840e2859043c2cd9c13026be7ac0bcf69e7e go1.21.0.src.tar.gz +491668ce4b6f4b967f06dbf72031761df2319ebfe339c4fbbfc596adceede6ff go1.21.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 2b47ed8d..06845998 100644 --- a/extra/go/sources +++ b/extra/go/sources @@ -1,3 +1,3 @@ -https://golang.org/dl/go1.21.0.src.tar.gz go-current +https://golang.org/dl/go1.21.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 368bca4e..31e499ea 100644 --- a/extra/go/version +++ b/extra/go/version @@ -1 +1 @@ -1.21.0 1 +1.21.1 1 |