We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0efc07 commit d7f61bfCopy full SHA for d7f61bf
Makefile
@@ -27,7 +27,7 @@ SHELL:=/usr/bin/env bash
27
#
28
# Go.
29
30
-GO_VERSION ?= 1.24.0
+GO_VERSION ?= 1.25.0
31
32
# Use GOPROXY environment variable if set
33
GOPROXY := $(shell go env GOPROXY)
examples/scratch-env/go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/controller-runtime/examples/scratch-env
2
3
-go 1.24.0
+go 1.25.0
4
5
require (
6
github.com/spf13/pflag v1.0.6
go.mod
module sigs.k8s.io/controller-runtime
github.com/evanphx/json-patch/v5 v5.9.11
0 commit comments