From 44e84d8e4feadaef05d8d04554b6f54effa5e92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Mon, 24 Aug 2026 13:54:56 +0200 Subject: [PATCH] Bump go to 1.25.13 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7537a25da..fb1ca50c1 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BUNDLE_IMG ?= bundle:latest # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.29.0 TRIVY_VERSION = 0.69.3 -GO_VERSION ?= 1.25.12 +GO_VERSION ?= 1.25.13 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))