Skip to content

Commit c789778

Browse files
committed
Patch for 1.32 go directive- fix go mod download from upstream
1 parent b6847d2 commit c789778

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/go.mod b/go.mod
2+
index 7445d206..7016423f 100644
3+
--- a/go.mod
4+
+++ b/go.mod
5+
@@ -1,6 +1,6 @@
6+
module github.com/containernetworking/plugins
7+
8+
-go 1.20
9+
+go 1.21
10+
11+
require (
12+
github.com/Microsoft/hcsshim v0.12.3

0 commit comments

Comments
 (0)