Skip to content
Merged
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 deps.txt
Original file line number Diff line number Diff line change
@@ -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
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/api

go 1.25.13
go 1.25.14

require (
github.com/jinzhu/copier v0.4.0
Expand Down
4 changes: 2 additions & 2 deletions metadata.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down