Skip to content

Commit 6ca2530

Browse files
authored
Test against k8s 1.32 (#121)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent e90cacd commit 6ca2530

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
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
sudo apt-get -qq update || true
4141
sudo apt-get install -y bzr
42-
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.17.0/bin/linux/amd64/kubectl
42+
curl -LO https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl
4343
chmod +x ./kubectl
4444
sudo mv ./kubectl /usr/local/bin/kubectl
4545

0 commit comments

Comments
 (0)