Skip to content

Commit 2e76bf2

Browse files
authored
Update kubectl to v1.31 (#27)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 3565dee commit 2e76bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo mv yqq /usr/local/bin/yqq
3434
pipx install yq
3535
# install kubectl
36-
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.21.1/bin/linux/amd64/kubectl
36+
curl -LO https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl
3737
chmod +x ./kubectl
3838
sudo mv ./kubectl /usr/local/bin/kubectl
3939

0 commit comments

Comments
 (0)