From c4120d3e177316972d0c77c02648630dadf5f58c Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 13:23:55 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.1 Signed-off-by: Renovate Bot --- modules/tools/00_mod.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/00_mod.mk b/modules/tools/00_mod.mk index 514869da..4c4dd57f 100644 --- a/modules/tools/00_mod.mk +++ b/modules/tools/00_mod.mk @@ -217,7 +217,7 @@ tools += $(ADDITIONAL_TOOLS) # https://go.dev/dl/ # renovate: datasource=golang-version packageName=go -VENDORED_GO_VERSION := 1.24.7 +VENDORED_GO_VERSION := 1.25.1 # Print the go version which can be used in GH actions .PHONY: print-go-version