Skip to content

Commit

Permalink
Upgrade debug module go version to 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 committed Oct 18, 2023
1 parent 2cfe797 commit 29ba516
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1,001 deletions.
4 changes: 3 additions & 1 deletion plugins/debug/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/containernetworking/cni/plugins/debug

go 1.14
go 1.18

require (
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.2.0
)

require golang.org/x/sys v0.4.0 // indirect
Loading

0 comments on commit 29ba516

Please sign in to comment.