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 Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

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/pulp/pulp-operator

go 1.24.0
go 1.25.0

require (
github.com/go-logr/logr v1.4.3
Expand Down