bump golang versions

pull/12164/head
minikube-bot 2021-08-09 09:02:04 +00:00
parent 543cca5776
commit f3a069b729
13 changed files with 13 additions and 13 deletions

View File

@ -12,7 +12,7 @@ on:
- "!deploy/iso/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
jobs:
build_minikube:
runs-on: ubuntu-18.04

View File

@ -6,7 +6,7 @@ on:
- master
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
jobs:
generate-docs:
runs-on: ubuntu-18.04

View File

@ -7,7 +7,7 @@ on:
release:
types: [published]
env:
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
jobs:
update-leaderboard:
runs-on: ubuntu-latest

View File

@ -14,7 +14,7 @@ on:
- "!deploy/iso/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
jobs:
# Runs before all other jobs
# builds the minikube binaries

View File

@ -12,7 +12,7 @@ on:
- "!deploy/iso/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
jobs:
# Runs before all other jobs
# builds the minikube binaries

View File

@ -21,7 +21,7 @@ on:
- deleted
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
jobs:
# Runs before all other jobs

View File

@ -6,7 +6,7 @@ on:
- cron: "0 2,14 * * *"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
jobs:
time-to-k8s-public-chart:
runs-on: ubuntu-latest

View File

@ -5,7 +5,7 @@ on:
types: [released]
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
jobs:
benchmark:
runs-on: ubuntu-20.04

View File

@ -6,7 +6,7 @@ on:
- "translations/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
jobs:
unit_test:
runs-on: ubuntu-20.04

View File

@ -6,7 +6,7 @@ on:
- cron: "0 9 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
jobs:
bump-k8s-versions:
runs-on: ubuntu-latest

View File

@ -6,7 +6,7 @@ on:
- cron: "0 8 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
jobs:
bump-k8s-versions:
runs-on: ubuntu-20.04

View File

@ -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.6
GO_VERSION ?= 1.16.7
# 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=)

View File

@ -91,7 +91,7 @@ else
fi
# installing golang so we could do go get for gopogh
./installers/check_install_golang.sh "1.16.6" "/usr/local" || true
./installers/check_install_golang.sh "1.16.7" "/usr/local" || true
# install docker and kubectl if not present
sudo ARCH="$ARCH" ./installers/check_install_docker.sh || true