Skip to content

Commit 68f6f98

Browse files
authored
bump go version to 1.20 (#271)
Signed-off-by: Joe Lanford <[email protected]>
1 parent c61abe5 commit 68f6f98

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.bingo/bingo.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

3-
go 1.19
3+
go 1.20
44

55
require github.com/bwplotka/bingo v0.8.0

.bingo/controller-gen.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

3-
go 1.19
3+
go 1.20
44

55
require sigs.k8s.io/controller-tools v0.10.0 // cmd/controller-gen

.bingo/ginkgo.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

3-
go 1.19
3+
go 1.20
44

55
require github.com/onsi/ginkgo/v2 v2.1.4 // ginkgo

.bingo/goreleaser.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

3-
go 1.19
3+
go 1.20
44

55
require github.com/goreleaser/goreleaser v1.16.2

.bingo/kind.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

3-
go 1.19
3+
go 1.20
44

55
require sigs.k8s.io/kind v0.15.0

.bingo/kustomize.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

3-
go 1.19
3+
go 1.20
44

55
require sigs.k8s.io/kustomize/kustomize/v4 v4.5.7

.bingo/setup-envtest.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

3-
go 1.19
3+
go 1.20
44

55
require sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20230606045100-e54088c8c7da

go.mod

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

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/blang/semver/v4 v4.0.0

0 commit comments

Comments
 (0)