Merge pull request #12724 from minikube-bot/auto_bump_golang_version

bump golang version
pull/12730/head
Medya Ghazizadeh 2021-10-18 15:31:57 -07:00 committed by GitHub
commit 0319d4d673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.17.1'
GO_VERSION: '1.17.2'
jobs:
build_minikube:
runs-on: ubuntu-20.04

View File

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

View File

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

View File

@ -7,7 +7,7 @@ on:
release:
types: [published]
env:
GO_VERSION: '1.17.1'
GO_VERSION: '1.17.2'
jobs:
update-leaderboard:
runs-on: ubuntu-20.04

View File

@ -14,7 +14,7 @@ on:
- "!deploy/iso/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.17.1'
GO_VERSION: '1.17.2'
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.17.1'
GO_VERSION: '1.17.2'
jobs:
# Runs before all other jobs
# builds the minikube binaries

View File

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

View File

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

View File

@ -6,7 +6,7 @@ on:
- "translations/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.17.1'
GO_VERSION: '1.17.2'
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.17.1'
GO_VERSION: '1.17.2'
jobs:
bump-golang-version:
runs-on: ubuntu-20.04

View File

@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.17.1'
GO_VERSION: '1.17.2'
jobs:
bump-golint-version:
runs-on: ubuntu-20.04

View File

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

View File

@ -33,7 +33,7 @@ RPM_REVISION ?= 0
# used by hack/jenkins/release_build_and_upload.sh and KVM_BUILD_IMAGE, see also BUILD_IMAGE below
# update this only by running `make update-golang-version`
GO_VERSION ?= 1.17.1
GO_VERSION ?= 1.17.2
# update this only by running `make update-golang-version`
GO_K8S_VERSION_PREFIX ?= v1.23.0