Skip to content

Commit

Permalink
Bump go version to 1.17 in go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Bing <wangbing.adam@gmail.com>
  • Loading branch information
pigletfly committed Apr 19, 2022
1 parent b0fd58e commit e5baf6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/containerd/cgroups

go 1.16
go 1.17

require (
github.com/cilium/ebpf v0.4.0
Expand All @@ -14,3 +14,9 @@ require (
go.uber.org/goleak v1.1.12
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit e5baf6b

Please sign in to comment.