Skip to content

Commit

Permalink
Merge pull request #62 from maiqueb/bump-automation-golang-version-1.16
Browse files Browse the repository at this point in the history
ci: use golang-1.16
  • Loading branch information
kubevirt-bot authored Apr 19, 2022
2 parents 45a092e + de03146 commit d5c285b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/check-patch.setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5c285b

Please sign in to comment.