Skip to content

Commit

Permalink
Fix go version as per go mod tidy
Browse files Browse the repository at this point in the history
golang.org/x/exp requires go@1.22.0, but 1.22 is requested
  • Loading branch information
rafaelroquetto committed Sep 10, 2024
1 parent 92948b3 commit f72e3cd
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.0

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

0 comments on commit f72e3cd

Please sign in to comment.