Skip to content

Commit 83f704d

Browse files
authored
Merge 07a1d64 into 8f16fd7
2 parents 8f16fd7 + 07a1d64 commit 83f704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-k8s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Create k8s Kind Cluster
7171
run: |
7272
# install kubectl
73-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
73+
curl -LO "https://dl.k8s.io/release/v1.28.3/bin/linux/amd64/kubectl"
7474
sudo chmod +x kubectl /usr/local/bin/kubectl
7575
sudo mv kubectl /usr/local/bin/kubectl
7676

0 commit comments

Comments
 (0)