Skip to content

Commit

Permalink
Bump to Go 1.21
Browse files Browse the repository at this point in the history
Kubernetes 1.29 requires Go 1.21, Submariner needs to follow suit to
avoid build failures.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Dec 19, 2023
1 parent e1f273f commit 96c5e57
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/submariner-io/submariner-operator

go 1.20
go 1.21

require (
github.com/coreos/go-semver v0.3.1
Expand Down
Loading

0 comments on commit 96c5e57

Please sign in to comment.