mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Update versions and images to go 1.19 versions
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
This commit is contained in:
parent
2be8ac828e
commit
7324b781fe
@ -88,7 +88,7 @@ dependencies:
|
||||
|
||||
# Golang
|
||||
- name: "golang: upstream version"
|
||||
version: 1.19rc2
|
||||
version: 1.19
|
||||
refPaths:
|
||||
- path: build/build-image/cross/VERSION
|
||||
- path: staging/publishing/rules.yaml
|
||||
@ -102,7 +102,7 @@ dependencies:
|
||||
# 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.19rc2
|
||||
version: 1.19
|
||||
refPaths:
|
||||
- path: build/build-image/cross/VERSION
|
||||
# TODO(dims): Uncomment once images are updated to go1.19
|
||||
@ -110,7 +110,7 @@ dependencies:
|
||||
# match: minimum_go_version=go([0-9]+\.[0-9]+)
|
||||
|
||||
- name: "registry.k8s.io/kube-cross: dependents"
|
||||
version: v1.25.0-go1.19rc2-bullseye.0
|
||||
version: v1.25.0-go1.19-bullseye.0
|
||||
refPaths:
|
||||
- path: build/build-image/cross/VERSION
|
||||
|
||||
@ -140,7 +140,7 @@ dependencies:
|
||||
match: configs\[DistrolessIptables\] = Config{list\.BuildImageRegistry, "distroless-iptables", "v([0-9]+)\.([0-9]+)\.([0-9]+)"}
|
||||
|
||||
- name: "registry.k8s.io/go-runner: dependents"
|
||||
version: v2.3.1-go1.19rc2-bullseye.0
|
||||
version: v2.3.1-go1.19-bullseye.0
|
||||
refPaths:
|
||||
- path: build/common.sh
|
||||
match: __default_go_runner_version=
|
||||
|
Loading…
Reference in New Issue
Block a user