提交 ff07ab8b 编写于 作者: A Anders F Björklund

Upgrade go version 1.13.6 -> 1.13.8

上级 e6ba335e
......@@ -3,7 +3,7 @@
os: linux
language: go
go:
- 1.13.6
- 1.13.8
env:
global:
- GOPROXY=https://proxy.golang.org
......@@ -11,7 +11,7 @@ matrix:
include:
- language: go
name: Code Lint
go: 1.13.6
go: 1.13.8
env:
- TESTSUITE=lintall
before_install:
......@@ -20,7 +20,7 @@ matrix:
- language: go
name: Unit Test
go: 1.13.6
go: 1.13.8
env:
- TESTSUITE=unittest
before_install:
......@@ -29,7 +29,7 @@ matrix:
- language: go
name: Build
go: 1.13.6
go: 1.13.8
script: make
after_success:
- bash <(curl -s https://codecov.io/bash)
......
......@@ -31,7 +31,7 @@ DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
RPM_VERSION ?= $(DEB_VERSION)
# used by hack/jenkins/release_build_and_upload.sh and KVM_BUILD_IMAGE, see also BUILD_IMAGE below
GO_VERSION ?= 1.13.6
GO_VERSION ?= 1.13.8
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
BUILDROOT_BRANCH ?= 2019.02.9
......
......@@ -31,7 +31,7 @@ export KUBECONFIG="${TEST_HOME}/kubeconfig"
export PATH=$PATH:"/usr/local/bin/:/usr/local/go/bin/:$GOPATH/bin"
# installing golang so we could do go get for gopogh
sudo ./installers/check_install_golang.sh "1.13.6" "/usr/local" || true
sudo ./installers/check_install_golang.sh "1.13.8" "/usr/local" || true
docker rm -f -v $(docker ps -aq) >/dev/null 2>&1 || true
docker volume prune -f || true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册