Skip to content

Commit

Permalink
go.mod: down to go1.22
Browse files Browse the repository at this point in the history
We don't need the latest version; it was just for CI purposes.

Signed-off-by: Casey Callendrello <[email protected]>
  • Loading branch information
squeed committed Jan 6, 2025
1 parent dce0884 commit 263daf8
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/containernetworking/plugins

go 1.23
go 1.22.0

require (
github.com/Microsoft/hcsshim v0.12.9
Expand Down

0 comments on commit 263daf8

Please sign in to comment.