Skip to content

Commit

Permalink
Update versions and images to go 1.19 versions
Browse files Browse the repository at this point in the history
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
  • Loading branch information
puerco committed Aug 4, 2022
1 parent 2be8ac8 commit 7324b78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -102,15 +102,15 @@ 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
#- path: hack/lib/golang.sh
# 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

Expand Down Expand Up @@ -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=
Expand Down

0 comments on commit 7324b78

Please sign in to comment.