upgrade go version 1.12.9 -> 1.12.12

pull/5676/head
tanjunchen 2019-10-21 18:24:45 +08:00
parent 56a23cab4a
commit 3f4bd38881
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
os: linux
language: go
go:
- 1.12.9
- 1.12.12
env:
global:
- GOPROXY=https://proxy.golang.org
@ -19,7 +19,7 @@ matrix:
- language: go
name: Code Lint
go: 1.12.9
go: 1.12.12
env:
- TESTSUITE=lint
before_install:
@ -28,7 +28,7 @@ matrix:
- language: go
name: Unit Test
go: 1.12.9
go: 1.12.12
env:
- TESTSUITE=unittest
before_install:

View File

@ -26,7 +26,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.12.9
GO_VERSION ?= 1.12.12
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
BUILDROOT_BRANCH ?= 2019.02.6