File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172
173173 - name : Prepare Host
174174 run : |
175- curl -LO https://dl.k8s.io/release/v1.33.4 /bin/linux/amd64/kubectl
175+ curl -LO https://dl.k8s.io/release/v1.34.0 /bin/linux/amd64/kubectl
176176 chmod +x ./kubectl
177177 sudo mv ./kubectl /usr/local/bin/kubectl
178178
Original file line number Diff line number Diff 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.33.4 \
38+ --build-arg K8S_RELEASE=v1.34.0 \
3939 --build-arg RESTY_CLI_VERSION=0.27 \
4040 --build-arg RESTY_CLI_SHA=e5f4f3128af49ba5c4d039d0554e5ae91bbe05866f60eccfa96d3653274bff90 \
4141 --build-arg LUAROCKS_VERSION=v3.12.0 \
You can’t perform that action at this time.
0 commit comments