Skip to content

Commit

Permalink
chore: Test kubernetes 1.25.0 in acceptance (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheerkootteeri authored Oct 24, 2022
1 parent db088b3 commit 822918b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
- 1.22.9
- 1.23.6
- 1.24.2
- 1.25.2
fail-fast: false
env:
REGISTRY_NAME: registry.local
Expand All @@ -142,7 +143,7 @@ jobs:
- name: Install kind
run: |
cd $(mktemp -d -t kind.XXXX)
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.14.0/kind-$(go env GOHOSTOS)-$(go env GOHOSTARCH)
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.16.0/kind-$(go env GOHOSTOS)-$(go env GOHOSTARCH)
chmod +x ./kind
sudo mv ./kind /usr/local/bin
cd -
Expand Down

0 comments on commit 822918b

Please sign in to comment.