Skip to content

Commit

Permalink
[Backport 1.32] Use stable 1.32 release (#891)
Browse files Browse the repository at this point in the history
* Use stable 1.32 release
* Bump go version to 1.23
  • Loading branch information
bschimke95 authored Dec 12, 2024
1 parent 3b1b3e7 commit e79915d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- name: go mod download
working-directory: src/k8s
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- name: go mod download
working-directory: src/k8s
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/components/kubernetes/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.32.0-rc.2
v1.32.0
2 changes: 1 addition & 1 deletion build-scripts/hack/update-component-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# - "https://dl.k8s.io/release/stable.txt"
# - "https://dl.k8s.io/release/stable-1.xx.txt"
# - "https://dl.k8s.io/release/latest-1.xx.txt" (e.g. for release candidate builds)
KUBERNETES_VERSION_MARKER = "https://dl.k8s.io/release/latest-1.32.txt"
KUBERNETES_VERSION_MARKER = "https://dl.k8s.io/release/stable-1.32.txt"

# Containerd release branch to track. The most recent tag in the branch will be used.
CONTAINERD_RELEASE_BRANCH = "release/1.6"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parts:
build-deps:
plugin: nil
build-snaps:
- go/1.22/stable
- go/1.23/stable
build-packages:
- autoconf
- automake
Expand Down

0 comments on commit e79915d

Please sign in to comment.