Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ endif
REPO?=tigera/operator
PACKAGE_NAME?=github.com/tigera/operator
LOCAL_USER_ID?=$(shell id -u $$USER)
GO_BUILD_VER?=1.25.9-llvm18.1.8-k8s1.35.4
GO_BUILD_VER?=1.25.10-llvm18.1.8-k8s1.35.4
CALICO_BASE_VER ?= ubi9-1771532994
CALICO_BUILD?=calico/go-build:$(GO_BUILD_VER)-$(BUILDARCH)
CALICO_BASE ?= calico/base:$(CALICO_BASE_VER)
Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tigera/operator/api

go 1.25.9
go 1.25.10

require (
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.80.1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tigera/operator

go 1.25.9
go 1.25.10

require (
github.com/Masterminds/semver/v3 v3.4.0
Expand Down
Loading