File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ SHELL:=/usr/bin/env bash
27
27
#
28
28
# Go.
29
29
#
30
- GO_VERSION ?= 1.23.4
30
+ GO_VERSION ?= 1.23.0
31
31
32
32
# Use GOPROXY environment variable if set
33
33
GOPROXY := $(shell go env GOPROXY)
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/controller-runtime/examples/scratch-env
2
2
3
- go 1.23.4
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/controller-runtime
2
2
3
- go 1.23.4
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/evanphx/json-patch/v5 v5.9.11
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/controller-runtime/tools/setup-envtest
2
2
3
- go 1.23.4
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/go-logr/logr v1.4.2
You can’t perform that action at this time.
0 commit comments