Skip to content

Commit

Permalink
go.mod: Force 1.22.4 as min go version
Browse files Browse the repository at this point in the history
Go now enforces the "go" version in go.mod as a minimum version[1].
As documented in the 1.2.0-rc.1 release notes, 1.22.4 is needed.

Let's enforce it.

[1]: https://go.dev/doc/toolchain

Signed-off-by: Rodrigo Campos <[email protected]>
  • Loading branch information
rata committed Sep 19, 2024
1 parent cc2078c commit 3b55c31
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/opencontainers/runc

go 1.22
go 1.22.4

require (
github.com/checkpoint-restore/go-criu/v6 v6.3.0
Expand Down

0 comments on commit 3b55c31

Please sign in to comment.