Skip to content

Commit 9c023e8

Browse files
Downgrade go version bingo
1 parent 1bbc6cb commit 9c023e8

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.bingo/controller-gen.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

33
go 1.23.0
44

5-
toolchain go1.23.4
6-
75
require sigs.k8s.io/controller-tools v0.17.1 // cmd/controller-gen

.bingo/opm.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

33
go 1.23.0
44

5-
toolchain go1.23.4
6-
75
replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
86

97
require github.com/operator-framework/operator-registry v1.50.0 // cmd/opm

.bingo/setup-envtest.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

33
go 1.23.0
44

5-
toolchain go1.23.4
6-
75
require sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250114080233-1ec7c1b76e98

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/operator-framework/operator-controller
22

3-
go 1.23.4
3+
go 1.23.3
4+
5+
toolchain go1.23.4
46

57
require (
68
carvel.dev/kapp v0.64.0

0 commit comments

Comments
 (0)