From a22dfc90fb0979fd62cea13964401df68aa84021 Mon Sep 17 00:00:00 2001 From: Radim Hrazdil Date: Wed, 16 Sep 2020 17:11:23 +0200 Subject: [PATCH] Bump GO version to 1.13 Signed-off-by: Radim Hrazdil --- 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 94505742..f10521b2 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.12' -export GIMME_GO_VERSION=1.12 +echo 'Install Go 1.13' +export GIMME_GO_VERSION=1.13 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