diff --git a/automation/check-patch.setup.sh b/automation/check-patch.setup.sh index f10521b2..f16ff11b 100644 --- a/automation/check-patch.setup.sh +++ b/automation/check-patch.setup.sh @@ -12,8 +12,8 @@ export PATH=${GOPATH}/bin:${GOROOT}/bin:${PATH} export GOBIN=${GOROOT}/bin/ mkdir -p $GOBIN -echo 'Install Go 1.13' -export GIMME_GO_VERSION=1.13 +echo 'Install Go 1.16' +export GIMME_GO_VERSION=1.16 GIMME=/tmp/macvtap-cni/go/gimme mkdir -p $GIMME curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | HOME=${GIMME} bash >> ${GIMME}/gimme.sh