File tree 6 files changed +6
-6
lines changed
examples/guestbook-operator
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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.23.1
5
+ toolchain go1.23.5
6
6
7
7
// Sometimes handy for development, but breaks usage as a library
8
8
// Instead, please break apart commits to this module
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.17 as builder
2
+ FROM golang:1.23.5 as builder
3
3
4
4
# Copy in the go src
5
5
WORKDIR /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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.4
5
+ toolchain go1.23.5
6
6
7
7
require (
8
8
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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.4
5
+ toolchain go1.23.5
6
6
7
7
// Sometimes handy for development, but breaks usage as a library
8
8
// 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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.23.1
5
+ toolchain go1.23.5
6
6
7
7
require (
8
8
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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.23.1
5
+ toolchain go1.23.5
6
6
7
7
require (
8
8
github.com/google/go-cmp v0.6.0
You can’t perform that action at this time.
0 commit comments