Skip to content

Commit 10199d8

Browse files
Downgrade go version bingo
1 parent 1bbc6cb commit 10199d8

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/opencontainers/go-digest v1.0.0
2020
github.com/operator-framework/api v0.29.0
2121
github.com/operator-framework/helm-operator-plugins v0.8.0
22-
github.com/operator-framework/operator-registry v1.50.0
22+
github.com/operator-framework/operator-registry v1.49.0
2323
github.com/prometheus/client_golang v1.20.5
2424
github.com/spf13/pflag v1.0.5
2525
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,8 @@ github.com/operator-framework/helm-operator-plugins v0.8.0 h1:0f6HOQC5likkf0b/Ov
540540
github.com/operator-framework/helm-operator-plugins v0.8.0/go.mod h1:Sc+8bE38xTCgCChBUvtq/PxatEg9fAypr7S5iAw8nlA=
541541
github.com/operator-framework/operator-lib v0.17.0 h1:cbz51wZ9+GpWR1ZYP4CSKSSBxDlWxmmnseaHVZZjZt4=
542542
github.com/operator-framework/operator-lib v0.17.0/go.mod h1:TGopBxIE8L6E/Cojzo26R3NFp1eNlqhQNmzqhOblaLw=
543-
github.com/operator-framework/operator-registry v1.50.0 h1:kMAwsKAEDjuSx5dGchMX+CD3SMHWwOAC/xyK3LQweB4=
544-
github.com/operator-framework/operator-registry v1.50.0/go.mod h1:713Z/XzA5jViFMGIsXmfAcpA6h5uUKqUl3fO1t4taa0=
543+
github.com/operator-framework/operator-registry v1.49.0 h1:7oasuzReEBt3Fh6g5DTE5nzY6wO8bFp5F/LSmYnNWD0=
544+
github.com/operator-framework/operator-registry v1.49.0/go.mod h1:mqHeBS3DtQBToyF9tVlMOE1BfsJB76nLAujckmgC1gQ=
545545
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=
546546
github.com/otiai10/copy v1.14.0/go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w=
547547
github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks=

0 commit comments

Comments
 (0)