Skip to content

Commit

Permalink
Unify go version requirement
Browse files Browse the repository at this point in the history
For unknown reason, we require go 1.22.0 for api and e2e, but 1.22.5 for
ramen itself. Use 1.22.5 for all.

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs authored and ShyamsundarR committed Nov 5, 2024
1 parent 2995dca commit 23e859c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ramendr/ramen/api

go 1.22.0
go 1.22.5

toolchain go1.22.7

Expand Down
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ramendr/ramen/e2e

go 1.22.0
go 1.22.5

toolchain go1.22.7

Expand Down

0 comments on commit 23e859c

Please sign in to comment.