Skip to content

Commit e5baf6b

Browse files
committed
Bump go version to 1.17 in go.mod
Signed-off-by: Wang Bing <[email protected]>
1 parent b0fd58e commit e5baf6b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/cgroups
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/cilium/ebpf v0.4.0
@@ -14,3 +14,9 @@ require (
1414
go.uber.org/goleak v1.1.12
1515
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
1616
)
17+
18+
require (
19+
github.com/davecgh/go-spew v1.1.1 // indirect
20+
github.com/pmezard/go-difflib v1.0.0 // indirect
21+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
22+
)

0 commit comments

Comments
 (0)