mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
[go1.17] Update to go1.17
Signed-off-by: Stephen Augustus <foo@auggie.dev>
This commit is contained in:
@@ -1 +1 @@
|
||||
v1.16.7-1
|
||||
v1.23.0-go1.17-buster.0
|
||||
|
@@ -91,7 +91,7 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730
|
||||
|
||||
# These are the default versions (image tags) for their respective base images.
|
||||
readonly __default_debian_iptables_version=buster-v1.6.6
|
||||
readonly __default_go_runner_version=v2.3.1-go1.16.7-buster.0
|
||||
readonly __default_go_runner_version=v2.3.1-go1.17-buster.0
|
||||
readonly __default_setcap_version=buster-v2.0.4
|
||||
|
||||
# These are the base images for the Docker-wrapped binaries.
|
||||
|
@@ -85,7 +85,7 @@ dependencies:
|
||||
|
||||
# Golang
|
||||
- name: "golang: upstream version"
|
||||
version: 1.16.7
|
||||
version: 1.17
|
||||
refPaths:
|
||||
- path: build/build-image/cross/VERSION
|
||||
- path: cluster/addons/fluentd-elasticsearch/es-image/Dockerfile
|
||||
@@ -97,20 +97,20 @@ dependencies:
|
||||
- path: test/images/Makefile
|
||||
match: GOLANG_VERSION=\d+.\d+(alpha|beta|rc)?\.?\d+
|
||||
|
||||
# Golang pre-releases are denoted as `1.y<pre-release stage>.z`
|
||||
# Golang pre-releases are denoted as `1.y<pre-release stage>`
|
||||
# Example: go1.16rc1
|
||||
#
|
||||
# This entry is a stub of the major and minor version to allow dependency
|
||||
# checks to pass when building Kubernetes using a pre-release of Golang.
|
||||
- name: "golang: <major>.<minor>"
|
||||
version: 1.16
|
||||
# This entry is a stub of the major version to allow dependency checks to
|
||||
# pass when building Kubernetes using a pre-release of Golang.
|
||||
- name: "golang: 1.<major>"
|
||||
version: 1.17
|
||||
refPaths:
|
||||
- path: build/build-image/cross/VERSION
|
||||
- path: hack/lib/golang.sh
|
||||
match: minimum_go_version=go([0-9]+\.[0-9]+)
|
||||
|
||||
- name: "k8s.gcr.io/kube-cross: dependents"
|
||||
version: v1.16.7-1
|
||||
version: v1.23.0-go1.17-buster.0
|
||||
refPaths:
|
||||
- path: build/build-image/cross/VERSION
|
||||
|
||||
@@ -138,7 +138,7 @@ dependencies:
|
||||
match: configs\[DebianIptables\] = Config{list\.BuildImageRegistry, "debian-iptables", "[a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)"}
|
||||
|
||||
- name: "k8s.gcr.io/go-runner: dependents"
|
||||
version: v2.3.1-go1.16.7-buster.0
|
||||
version: v2.3.1-go1.17-buster.0
|
||||
refPaths:
|
||||
- path: build/common.sh
|
||||
match: __default_go_runner_version=
|
||||
|
Reference in New Issue
Block a user