Skip to content

Commit b9e6607

Browse files
Gackodkostyrev
authored andcommitted
CI: Update Kubernetes to v1.32.4. (kubernetes#13255)
1 parent 20b7c7b commit b9e6607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Prepare Host
174174
run: |
175-
curl -LO https://dl.k8s.io/release/v1.32.3/bin/linux/amd64/kubectl
175+
curl -LO https://dl.k8s.io/release/v1.32.4/bin/linux/amd64/kubectl
176176
chmod +x ./kubectl
177177
sudo mv ./kubectl /usr/local/bin/kubectl
178178

images/test-runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ build: builder
3535
--build-arg BASE_IMAGE=$(BASE_IMAGE) \
3636
--build-arg GOLANG_VERSION=$(GOLANG_VERSION) \
3737
--build-arg ETCD_VERSION=3.5.13-0 \
38-
--build-arg K8S_RELEASE=v1.32.3 \
38+
--build-arg K8S_RELEASE=v1.32.4 \
3939
--build-arg RESTY_CLI_VERSION=0.27 \
4040
--build-arg RESTY_CLI_SHA=e5f4f3128af49ba5c4d039d0554e5ae91bbe05866f60eccfa96d3653274bff90 \
4141
--build-arg LUAROCKS_VERSION=3.8.0 \

0 commit comments

Comments
 (0)