From 5f260d8c9d3cf58463ad9bbefe891b8ef873cd2f Mon Sep 17 00:00:00 2001 From: caseydavenport <1944093+caseydavenport@users.noreply.github.com> Date: Fri, 21 Aug 2026 01:34:24 +0000 Subject: [PATCH] Automatic API update from tigera/calico-private release-calient-v3.23 --- deps.txt | 2 +- go.mod | 2 +- metadata.mk | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deps.txt b/deps.txt index d737bf0..765ed51 100644 --- a/deps.txt +++ b/deps.txt @@ -1,7 +1,7 @@ !!! GENERATED FILE, DO NOT EDIT !!! Run 'make gen-deps-files' to regenerate. -go 1.25.13 +go 1.25.14 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc github.com/emicklei/go-restful v2.15.0+incompatible github.com/emicklei/go-restful/v3 v3.13.0 diff --git a/go.mod b/go.mod index 3a1d71a..5cfb93a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/tigera/api -go 1.25.13 +go 1.25.14 require ( github.com/jinzhu/copier v0.4.0 diff --git a/metadata.mk b/metadata.mk index 1e2c5fc..4cee28d 100644 --- a/metadata.mk +++ b/metadata.mk @@ -2,7 +2,7 @@ # This file contains Makefile configuration parameters and metadata for this branch. ################################################################################################# # The project Go version -GO_VERSION=1.25.13 +GO_VERSION=1.25.14 # Version of Kubernetes to use for dependencies, tests, registry.k8s.io/kubectl, and kubectl binary release. K8S_VERSION=v1.35.7 # The version of LLVM to use for go-build and calico/base images. @@ -14,7 +14,7 @@ RUST_BUILD_VER=1.93.1 # Calico Enterprise shipping images now builds on UBI 10. For Calico OSS to Enterprise merges, # please don't downgrade the base image back to UBI 9. -CALICO_BASE_VER=ubi10-1786653669 +CALICO_BASE_VER=ubi10-1787251706 # Version of various tools used in the build and tests. COREDNS_VERSION=1.5.2