bump golang versions

pull/15094/head
minikube-bot 2022-10-10 09:06:06 +00:00 committed by Steven Powell
parent e1a5442b1a
commit 9ae3fc48c5
20 changed files with 20 additions and 20 deletions

View File

@ -12,7 +12,7 @@ on:
- "!deploy/iso/**" - "!deploy/iso/**"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- master - master
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -22,7 +22,7 @@ on:
- deleted - deleted
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- 'v*-beta.*' - 'v*-beta.*'
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -14,7 +14,7 @@ on:
- "!deploy/iso/**" - "!deploy/iso/**"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -12,7 +12,7 @@ on:
- "!deploy/iso/**" - "!deploy/iso/**"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- cron: "0 2,14 * * *" - cron: "0 2,14 * * *"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- cron: "0 2,14 * * *" - cron: "0 2,14 * * *"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -5,7 +5,7 @@ on:
types: [released] types: [released]
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- "translations/**" - "translations/**"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- cron: "0 9 * * 1" - cron: "0 9 * * 1"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1" - cron: "0 10 * * 1"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- cron: "0 9 * * 1" - cron: "0 9 * * 1"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1" - cron: "0 10 * * 1"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- cron: "0 8 * * 1" - cron: "0 8 * * 1"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- cron: "0 6 * * 1" - cron: "0 6 * * 1"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

View File

@ -6,7 +6,7 @@ on:
- cron: "0 0 2 * *" - cron: "0 0 2 * *"
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org
GO_VERSION: '1.19.1' GO_VERSION: '1.19.2'
permissions: permissions:
contents: read contents: read

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 # 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` # update this only by running `make update-golang-version`
GO_VERSION ?= 1.19.1 GO_VERSION ?= 1.19.2
# update this only by running `make update-golang-version` # update this only by running `make update-golang-version`
GO_K8S_VERSION_PREFIX ?= v1.25.0 GO_K8S_VERSION_PREFIX ?= v1.25.0

View File

@ -30,7 +30,7 @@ function Write-GithubStatus {
$env:SHORT_COMMIT=$env:COMMIT.substring(0, 7) $env:SHORT_COMMIT=$env:COMMIT.substring(0, 7)
$gcs_bucket="minikube-builds/logs/$env:MINIKUBE_LOCATION/$env:ROOT_JOB_ID" $gcs_bucket="minikube-builds/logs/$env:MINIKUBE_LOCATION/$env:ROOT_JOB_ID"
$env:MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE="true" $env:MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE="true"
$GoVersion = "1.19.1" $GoVersion = "1.19.2"
# Docker's kubectl breaks things, and comes earlier in the path than the regular kubectl. So download the expected kubectl and replace Docker's version. # Docker's kubectl breaks things, and comes earlier in the path than the regular kubectl. So download the expected kubectl and replace Docker's version.
$KubeVersion = (Invoke-WebRequest -Uri 'https://storage.googleapis.com/kubernetes-release/release/stable.txt' -UseBasicParsing).Content $KubeVersion = (Invoke-WebRequest -Uri 'https://storage.googleapis.com/kubernetes-release/release/stable.txt' -UseBasicParsing).Content

View File

@ -22,7 +22,7 @@ if (($# < 1)); then
exit 1 exit 1
fi fi
VERSION_TO_INSTALL=1.19.1 VERSION_TO_INSTALL=1.19.2
INSTALL_PATH=${1} INSTALL_PATH=${1}
function current_arch() { function current_arch() {