From ef8f32f9c353262ca4b407ccacee38097328fd35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Mon, 2 Feb 2026 10:48:37 +0100 Subject: [PATCH] Bump go to v1.24.12 This fixes 2 CVEs: - https://pkg.go.dev/vuln/GO-2026-4341 - https://pkg.go.dev/vuln/GO-2026-4340 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f669098c8..1ac47a5ed 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.30.0 TRIVY_VERSION = 0.49.1 -GO_VERSION ?= 1.24.11 +GO_VERSION ?= 1.24.12 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))