diff --git a/go.mod b/go.mod index 9cf2bd7dca..17e92e40af 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Microsoft/hcsshim -go 1.22 +go 1.22.0 require ( github.com/Microsoft/cosesign1go v1.2.0 diff --git a/test/go.mod b/test/go.mod index 427e59f34f..be53db0e88 100644 --- a/test/go.mod +++ b/test/go.mod @@ -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