Skip to content

Commit 12a41ee

Browse files
committed
Bump go to v1.23.8
> go1.23.8 (released 2025-04-01) includes security fixes to the net/http package, as well as bug fixes to the runtime and the go command. See the Go 1.23.8 milestone on our issue tracker for details. -- https://go.dev/doc/devel/release#go1.23.0 Signed-off-by: Richard Wall <[email protected]>
1 parent 6bcb520 commit 12a41ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

make/_shared/tools/00_mod.mk

+5-5
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ tools += $(ADDITIONAL_TOOLS)
162162

163163
# https://go.dev/dl/
164164
# NOTE: The version of Go here has been manually updated!
165-
VENDORED_GO_VERSION := 1.23.6
165+
VENDORED_GO_VERSION := 1.23.8
166166

167167
# Print the go version which can be used in GH actions
168168
.PHONY: print-go-version
@@ -381,10 +381,10 @@ $(call for_each_kv,go_dependency,$(go_dependencies))
381381
# File downloads #
382382
##################
383383

384-
go_linux_amd64_SHA256SUM=9379441ea310de000f33a4dc767bd966e72ab2826270e038e78b2c53c2e7802d
385-
go_linux_arm64_SHA256SUM=561c780e8f4a8955d32bf72e46af0b5ee5e0debe1e4633df9a03781878219202
386-
go_darwin_amd64_SHA256SUM=782da50ce8ec5e98fac2cd3cdc6a1d7130d093294fc310038f651444232a3fb0
387-
go_darwin_arm64_SHA256SUM=5cae2450a1708aeb0333237a155640d5562abaf195defebc4306054565536221
384+
go_linux_amd64_SHA256SUM=45b87381172a58d62c977f27c4683c8681ef36580abecd14fd124d24ca306d3f
385+
go_linux_arm64_SHA256SUM=9d6d938422724a954832d6f806d397cf85ccfde8c581c201673e50e634fdc992
386+
go_darwin_amd64_SHA256SUM=4a0f0a5eb539013c1f4d989e0864aed45973c0a9d4b655ff9fd56013e74c1303
387+
go_darwin_arm64_SHA256SUM=d4f53dcaecd67d9d2926eab7c3d674030111c2491e68025848f6839e04a4d3d1
388388

389389
.PRECIOUS: $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz
390390
$(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz: | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)