Skip to content

Commit

Permalink
Merge pull request #2326 from kevpar/fix-gomod
Browse files Browse the repository at this point in the history
Fix go.mod to have the correct Go version
  • Loading branch information
kevpar authored Nov 26, 2024
2 parents b0b5a0c db9d4e4 commit 66a6fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/Microsoft/hcsshim

go 1.22
go 1.22.0

require (
github.com/Microsoft/cosesign1go v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
module github.com/Microsoft/hcsshim/test

go 1.22
go 1.22.0

require (
github.com/Microsoft/go-winio v0.6.2
Expand Down

0 comments on commit 66a6fc1

Please sign in to comment.