Upgrade go version from 1.16.1 to 1.16.4
parent
329a1fbf82
commit
118d201a73
|
@ -11,7 +11,7 @@ on:
|
|||
- "!deploy/iso/**"
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org
|
||||
GO_VERSION: 1.16.1
|
||||
GO_VERSION: 1.16.4
|
||||
jobs:
|
||||
build_minikube:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
|
@ -13,7 +13,7 @@ on:
|
|||
- "!deploy/iso/**"
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org
|
||||
GO_VERSION: 1.16.1
|
||||
GO_VERSION: 1.16.4
|
||||
jobs:
|
||||
# Runs before all other jobs
|
||||
# builds the minikube binaries
|
||||
|
|
|
@ -11,7 +11,7 @@ on:
|
|||
- "!deploy/iso/**"
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org
|
||||
GO_VERSION: 1.16.1
|
||||
GO_VERSION: 1.16.4
|
||||
jobs:
|
||||
# Runs before all other jobs
|
||||
# builds the minikube binaries
|
||||
|
|
|
@ -20,7 +20,7 @@ on:
|
|||
- deleted
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org
|
||||
GO_VERSION: 1.16.1
|
||||
GO_VERSION: 1.16.4
|
||||
|
||||
jobs:
|
||||
# Runs before all other jobs
|
||||
|
|
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ RPM_VERSION ?= $(DEB_VERSION)
|
|||
RPM_REVISION ?= 0
|
||||
|
||||
# used by hack/jenkins/release_build_and_upload.sh and KVM_BUILD_IMAGE, see also BUILD_IMAGE below
|
||||
GO_VERSION ?= 1.16.1
|
||||
GO_VERSION ?= 1.16.4
|
||||
|
||||
# replace "x.y.0" => "x.y". kube-cross and golang.org/dl use different formats for x.y.0 go versions
|
||||
KVM_GO_VERSION ?= $(GO_VERSION:.0=)
|
||||
|
|
|
@ -45,7 +45,7 @@ else
|
|||
fi
|
||||
|
||||
# installing golang so we could do go get for gopogh
|
||||
sudo ARCH="$ARCH"./installers/check_install_golang.sh "1.16.1" "/usr/local" || true
|
||||
sudo ARCH="$ARCH"./installers/check_install_golang.sh "1.16.4" "/usr/local" || true
|
||||
|
||||
# install docker and kubectl if not present
|
||||
sudo ARCH="$ARCH" ./installers/check_install_docker.sh || true
|
||||
|
|
Loading…
Reference in New Issue