Skip to content

Commit

Permalink
ci: use golang 1.22.0 for main build
Browse files Browse the repository at this point in the history
some downstream CI will not have flexibility
to switch to latest version, we are sticking
to the first release version of golang 1.22

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 authored and mergify[bot] committed May 21, 2024
1 parent d03681b commit 6222fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/csi-addons/kubernetes-csi-addons

go 1.22.2
go 1.22.0

require (
github.com/container-storage-interface/spec v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/csi-addons/kubernetes-csi-addons/tools

go 1.22.2
go 1.22.0

require (
github.com/operator-framework/operator-sdk v1.34.2
Expand Down

0 comments on commit 6222fb8

Please sign in to comment.