bump golang versions

pull/13864/head
minikube-bot 2022-03-28 09:02:23 +00:00
parent e1745fa394
commit b8ba447784
16 changed files with 16 additions and 16 deletions

View File

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

View File

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

View File

@ -21,7 +21,7 @@ on:
- deleted
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.17.7'
GO_VERSION: '1.18'
permissions:
contents: read

View File

@ -7,7 +7,7 @@ on:
release:
types: [published]
env:
GO_VERSION: '1.17.7'
GO_VERSION: '1.18'
permissions:
contents: read

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@ on:
- cron: "0 6 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.17.7'
GO_VERSION: '1.18'
permissions:
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
# update this only by running `make update-golang-version`
GO_VERSION ?= 1.17.7
GO_VERSION ?= 1.18
# update this only by running `make update-golang-version`
GO_K8S_VERSION_PREFIX ?= v1.24.0

2
go.mod
View File

@ -1,6 +1,6 @@
module k8s.io/minikube
go 1.17
go 1.18
require (
cloud.google.com/go/storage v1.21.0

View File

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