Skip to content

Commit d5c93d0

Browse files
Merge pull request #582 from cert-manager/renovate/go-1.26.x
chore(deps): update dependency go to v1.26.2
2 parents b213c22 + 3488eaf commit d5c93d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/tools/00_mod.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ tools += $(ADDITIONAL_TOOLS)
224224

225225
# https://go.dev/dl/
226226
# renovate: datasource=golang-version packageName=go
227-
VENDORED_GO_VERSION := 1.26.1
227+
VENDORED_GO_VERSION := 1.26.2
228228

229229
# Print the go version which can be used in GH actions
230230
.PHONY: print-go-version
@@ -471,10 +471,10 @@ $(call for_each_kv,go_dependency,$(go_dependencies))
471471
# File downloads #
472472
##################
473473

474-
go_linux_amd64_SHA256SUM=031f088e5d955bab8657ede27ad4e3bc5b7c1ba281f05f245bcc304f327c987a
475-
go_linux_arm64_SHA256SUM=a290581cfe4fe28ddd737dde3095f3dbeb7f2e4065cab4eae44dfc53b760c2f7
476-
go_darwin_amd64_SHA256SUM=65773dab2f8cc4cd23d93ba6d0a805de150ca0b78378879292be0b903b8cdd08
477-
go_darwin_arm64_SHA256SUM=353df43a7811ce284c8938b5f3c7df40b7bfb6f56cb165b150bc40b5e2dd541f
474+
go_linux_amd64_SHA256SUM=990e6b4bbba816dc3ee129eaeaf4b42f17c2800b88a2166c265ac1a200262282
475+
go_linux_arm64_SHA256SUM=c958a1fe1b361391db163a485e21f5f228142d6f8b584f6bef89b26f66dc5b23
476+
go_darwin_amd64_SHA256SUM=bc3f1500d9968c36d705442d90ba91addf9271665033748b82532682e90a7966
477+
go_darwin_arm64_SHA256SUM=32af1522bf3e3ff3975864780a429cc0b41d190ec7bf90faa661d6d64566e7af
478478

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

0 commit comments

Comments
 (0)