From 8d106ed20b955a4b172be3938d0110b3369be219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Mon, 9 Mar 2026 15:23:55 +0100 Subject: [PATCH] Bump go to 1.25.8 Fixes several go vulnerabilities: - GO-2026-4601 - GO-2026-4602 - GO-2026-4603 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21189d4be..8d82ec827 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ IMG ?= controller: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.49.1 -GO_VERSION ?= 1.25.7 +GO_VERSION ?= 1.25.8 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))