From de0314655c789793dd2151bd414f9863d0faaec5 Mon Sep 17 00:00:00 2001 From: Miguel Duarte Barroso Date: Tue, 19 Apr 2022 13:37:56 +0200 Subject: [PATCH] ci: use golang-1.16 Signed-off-by: Miguel Duarte Barroso --- automation/check-patch.setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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