From 1315ed1854c05b44424d0464397506b168041c4b Mon Sep 17 00:00:00 2001 From: git-hyagi <45576767+git-hyagi@users.noreply.github.com> Date: Fri, 26 Dec 2025 12:33:06 -0300 Subject: [PATCH] Bump golang to 1.25.0 [noissue] --- Dockerfile | 2 +- Makefile | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 835d71698..efef3eb71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.24.0 AS builder +FROM golang:1.25.0 AS builder ARG TARGETOS ARG TARGETARCH ARG VERSION diff --git a/Makefile b/Makefile index c9034edfa..861731f19 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ WATCH_NAMESPACE ?= $(NAMESPACE) # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.24.2 -GOLANG_VERSION=1.24.0 +GOLANG_VERSION=1.25.0 GOLANG_ARCH=linux-amd64 GOLANG_INSTALL_PATH=/tmp diff --git a/go.mod b/go.mod index 43e465e64..fea517ed6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pulp/pulp-operator -go 1.24.0 +go 1.25.0 require ( github.com/go-logr/logr v1.4.3