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