Skip to content

Commit

Permalink
Merge pull request #114284 from xmudrii/go-1194
Browse files Browse the repository at this point in the history
releng: Update images, dependencies and version to Go 1.19.4
  • Loading branch information
k8s-ci-robot committed Dec 7, 2022
2 parents 4db6bde + 7cf2596 commit 09d7286
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion build/build-image/cross/VERSION
@@ -1 +1 @@
v1.25.0-go1.19.3-bullseye.0
v1.26.0-go1.19.4-bullseye.1
2 changes: 1 addition & 1 deletion build/common.sh
Expand Up @@ -96,7 +96,7 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730

# These are the default versions (image tags) for their respective base images.
readonly __default_distroless_iptables_version=v0.1.2
readonly __default_go_runner_version=v2.3.1-go1.19.3-bullseye.0
readonly __default_go_runner_version=v2.3.1-go1.19.4-bullseye.0
readonly __default_setcap_version=bullseye-v1.3.0

# These are the base images for the Docker-wrapped binaries.
Expand Down
6 changes: 3 additions & 3 deletions build/dependencies.yaml
Expand Up @@ -88,7 +88,7 @@ dependencies:

# Golang
- name: "golang: upstream version"
version: 1.19.3
version: 1.19.4
refPaths:
- path: build/build-image/cross/VERSION
- path: staging/publishing/rules.yaml
Expand All @@ -109,7 +109,7 @@ dependencies:
match: minimum_go_version=go([0-9]+\.[0-9]+)

- name: "registry.k8s.io/kube-cross: dependents"
version: v1.25.0-go1.19.3-bullseye.0
version: v1.26.0-go1.19.4-bullseye.1
refPaths:
- path: build/build-image/cross/VERSION

Expand Down Expand Up @@ -139,7 +139,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.19.3-bullseye.0
version: v2.3.1-go1.19.4-bullseye.0
refPaths:
- path: build/common.sh
match: __default_go_runner_version=
Expand Down

0 comments on commit 09d7286

Please sign in to comment.