Skip to content

Commit

Permalink
Merge pull request #3930 from cpanato/update-go124
Browse files Browse the repository at this point in the history
golang: Build 1.24.0 images
  • Loading branch information
k8s-ci-robot authored Feb 20, 2025
2 parents e14c36c + 2cf2885 commit 7f5e2df
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dependencies:
- path: images/build/go-runner/VERSION

- name: "registry.k8s.io/build-image/go-runner (go1.24-bookworm)"
version: v2.4.0-go1.24rc3-bookworm.0
version: v2.4.0-go1.24.0-bookworm.0
refPaths:
- path: images/build/go-runner/variants.yaml
match: 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 Expand Up @@ -197,7 +197,7 @@ dependencies:
match: "CONFIG: 'go\\d+.\\d+-bullseye'"

- name: "registry.k8s.io/build-image/kube-cross (v1.33-go1.24)"
version: v1.33.0-go1.24rc3-bullseye.0
version: v1.33.0-go1.24.0-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
match: "IMAGE_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
4 changes: 2 additions & 2 deletions images/build/cross/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ variants:
v1.33-go1.24-bullseye:
CONFIG: 'go1.24-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.33.0-go1.24rc3-bullseye.0'
IMAGE_VERSION: 'v1.33.0-go1.24.0-bullseye.0'
KUBERNETES_VERSION: 'v1.33.0'
GO_VERSION: '1.24rc3'
GO_VERSION: '1.24.0'
GO_MAJOR_VERSION: '1.24'
OS_CODENAME: 'bullseye'
REVISION: '0'
Expand Down
4 changes: 2 additions & 2 deletions images/build/go-runner/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variants:
go1.24-bookworm:
CONFIG: 'go1.24-bookworm'
IMAGE_VERSION: 'v2.4.0-go1.24rc3-bookworm.0'
IMAGE_VERSION: 'v2.4.0-go1.24.0-bookworm.0'
GO_MAJOR_VERSION: '1.24'
OS_CODENAME: 'bookworm'
REVISION: '0'
GO_VERSION: '1.24rc3'
GO_VERSION: '1.24.0'
DISTROLESS_IMAGE: 'static-debian12'
go1.23-bookworm:
CONFIG: 'go1.23-bookworm'
Expand Down
2 changes: 1 addition & 1 deletion images/releng/ci/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
go1.24-bookworm:
CONFIG: 'go1.24-bookworm'
GO_VERSION: '1.24rc3'
GO_VERSION: '1.24.0'
OS_CODENAME: 'bookworm'
REVISION: '0'
go1.23-bookworm:
Expand Down
8 changes: 4 additions & 4 deletions images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ variants:
OS_CODENAME: 'bullseye'
next:
CONFIG: next
GO_VERSION: '1.24rc3'
GO_VERSION_TOOLING: '1.23.6'
GO_VERSION: '1.24.0'
GO_VERSION_TOOLING: '1.24.0'
OS_CODENAME: 'bookworm'
'1.33':
CONFIG: '1.33'
GO_VERSION: '1.23.6'
GO_VERSION_TOOLING: '1.23.6'
GO_VERSION: '1.24.0'
GO_VERSION_TOOLING: '1.24.0'
OS_CODENAME: 'bullseye'
'1.32':
CONFIG: '1.32'
Expand Down

0 comments on commit 7f5e2df

Please sign in to comment.