Skip to content

Commit

Permalink
Merge pull request #3157 from xmudrii/go1206-builders
Browse files Browse the repository at this point in the history
Update k8s-cloud-builder to Go 1.20.6 after updating k/k master
  • Loading branch information
k8s-ci-robot committed Jul 17, 2023
2 parents ae91f3b + 139c9fe commit 348caac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies:
match: go \d+.\d+

- name: "golang: after kubernetes/kubernetes update"
version: 1.20.5
version: 1.20.6
refPaths:
- path: images/releng/k8s-ci-builder/Dockerfile
match: FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)-\${OS_CODENAME} AS builder
Expand Down Expand Up @@ -289,7 +289,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.27-cross1.20)"
version: v1.27.0-go1.20.5-bullseye.0
version: v1.27.0-go1.20.6-bullseye.0
refPaths:
- path: images/k8s-cloud-builder/variants.yaml
match: "KUBE_CROSS_VERSION: 'v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"
Expand Down
2 changes: 1 addition & 1 deletion images/k8s-cloud-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
v1.27-cross1.20-bullseye:
CONFIG: 'cross1.20'
KUBE_CROSS_VERSION: 'v1.27.0-go1.20.5-bullseye.0'
KUBE_CROSS_VERSION: 'v1.27.0-go1.20.6-bullseye.0'
v1.26-cross1.20-bullseye:
CONFIG: 'cross1.20'
KUBE_CROSS_VERSION: 'v1.26.0-go1.20.5-bullseye.0'
Expand Down
2 changes: 1 addition & 1 deletion images/releng/k8s-ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG OS_CODENAME

# The Golang version for the builder image should always be explicitly set to
# the Golang version of the kubernetes/kubernetes active development branch
FROM golang:1.20.5-${OS_CODENAME} AS builder
FROM golang:1.20.6-${OS_CODENAME} AS builder

WORKDIR /go/src/k8s.io/release

Expand Down
2 changes: 1 addition & 1 deletion images/releng/k8s-ci-builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
TAG ?= $(shell git describe --tags --always --dirty)

# Build args
GO_VERSION ?= 1.20.5
GO_VERSION ?= 1.20.6
OS_CODENAME ?= bullseye
IMAGE_ARG ?= $(IMAGE):$(TAG)-$(CONFIG)

Expand Down
4 changes: 2 additions & 2 deletions images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
default:
CONFIG: default
GO_VERSION: '1.20.5'
GO_VERSION: '1.20.6'
OS_CODENAME: 'bullseye'
next:
CONFIG: next
Expand All @@ -13,7 +13,7 @@ variants:
OS_CODENAME: 'bullseye'
'1.27':
CONFIG: '1.27'
GO_VERSION: '1.20.5'
GO_VERSION: '1.20.6'
OS_CODENAME: 'bullseye'
'1.26':
CONFIG: '1.26'
Expand Down

0 comments on commit 348caac

Please sign in to comment.