From fb1fe9a52f036786f03f70acbe010e724849cb9a Mon Sep 17 00:00:00 2001 From: Alex Harford Date: Wed, 4 Feb 2026 10:43:23 -0800 Subject: [PATCH] Bump Go to 1.24.13 --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e7fa95fce6..f1ebb977e0 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ endif REPO?=tigera/operator PACKAGE_NAME?=github.com/tigera/operator LOCAL_USER_ID?=$(shell id -u $$USER) -GO_BUILD_VER?=1.24.12-llvm18.1.8-k8s1.32.11 +GO_BUILD_VER?=1.24.13-llvm18.1.8-k8s1.32.11 CALICO_BUILD?=calico/go-build:$(GO_BUILD_VER)-$(BUILDARCH) SRC_FILES=$(shell find ./pkg -name '*.go') SRC_FILES+=$(shell find ./api -name '*.go') diff --git a/go.mod b/go.mod index 3b0868ee9c..9fe5588e05 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/tigera/operator -go 1.24.12 +go 1.24.13 require ( github.com/aws/aws-sdk-go v1.55.5