Merge pull request #888 from jingyuanliang/go120

Bump to golang 1.20 to pick up go1.19.6 / go1.20.1 CVE fixes
This commit is contained in:
Casey Callendrello
2023-04-24 17:37:28 +02:00
committed by GitHub
6 changed files with 4 additions and 10 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/containernetworking/plugins
go 1.18
go 1.20
require (
github.com/Microsoft/hcsshim v0.9.8