From 916108b9213f625e2f8a09fe402481b9e70ca442 Mon Sep 17 00:00:00 2001 From: Hongyi Wu Date: Fri, 30 Jan 2026 22:09:13 +0000 Subject: [PATCH] chore: bump to Go 1.25.5 --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8dac8fbaac..bd48e64f5b 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ GO_DIR := $(OUTPUT_DIR)/go # Base image used for all golang containers # Uses trusted google-built golang image -GOLANG_IMAGE_VERSION := 1.25.0 +GOLANG_IMAGE_VERSION := 1.25.5 GOLANG_IMAGE := google-go.pkg.dev/golang:$(GOLANG_IMAGE_VERSION) # Base image used for debian containers # When updating you can use this command: diff --git a/go.mod b/go.mod index 06072fc18b..8cef7f11c6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/GoogleContainerTools/config-sync -go 1.25.0 +go 1.25.5 require ( cloud.google.com/go/auth v0.18.1