File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
examples/guestbook-operator Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/kubebuilder-declarative-pattern/applylib
22
33go 1.22.0
44
5- toolchain go1.23.1
5+ toolchain go1.23.5
66
77// Sometimes handy for development, but breaks usage as a library
88// Instead, please break apart commits to this module
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.17 as builder
2+ FROM golang:1.23.5 as builder
33
44# Copy in the go src
55WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/kubebuilder-declarative-pattern/examples/guestbook-operator
22
33go 1.22.0
44
5- toolchain go1.22.4
5+ toolchain go1.23.5
66
77require (
88 github.com/go-logr/logr v1.4.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/kubebuilder-declarative-pattern
22
33go 1.22.0
44
5- toolchain go1.22.4
5+ toolchain go1.23.5
66
77// Sometimes handy for development, but breaks usage as a library
88// Instead, please break apart commits to this module
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/kubebuilder-declarative-pattern/ktest
22
33go 1.22.0
44
5- toolchain go1.23.1
5+ toolchain go1.23.5
66
77require (
88 github.com/google/go-cmp v0.6.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/kubebuilder-declarative-pattern/mockkubeapiserver
22
33go 1.22.0
44
5- toolchain go1.23.1
5+ toolchain go1.23.5
66
77require (
88 github.com/google/go-cmp v0.6.0
You can’t perform that action at this time.
0 commit comments