Skip to content

Commit 66a6fc1

Browse files
authored
Merge pull request #2326 from kevpar/fix-gomod
Fix go.mod to have the correct Go version
2 parents b0b5a0c + db9d4e4 commit 66a6fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Microsoft/hcsshim
22

3-
go 1.22
3+
go 1.22.0
44

55
require (
66
github.com/Microsoft/cosesign1go v1.2.0

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Microsoft/hcsshim/test
22

3-
go 1.22
3+
go 1.22.0
44

55
require (
66
github.com/Microsoft/go-winio v0.6.2

0 commit comments

Comments
 (0)