Skip to content

Commit

Permalink
Merge pull request #18 from adrianreber/2024-07-24-1-22-0
Browse files Browse the repository at this point in the history
Minimum Go version needs to be 1.22.0 and not just 1.22
  • Loading branch information
adrianreber authored Jul 24, 2024
2 parents 8a81ea0 + 5064027 commit 4a476db
Showing 1 changed file with 1 addition 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/checkpoint-restore/checkpoint-restore-operator

go 1.22
go 1.22.0

require (
github.com/checkpoint-restore/checkpointctl v1.2.1
Expand Down

0 comments on commit 4a476db

Please sign in to comment.