Skip to content

Commit

Permalink
bump kind to v0.20.0
Browse files Browse the repository at this point in the history
It's been out since June - no reason not to use it.

Signed-off-by: Andy Sadler <[email protected]>
  • Loading branch information
sadlerap committed Aug 17, 2023
1 parent f92ed4f commit 2c85299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install kind
run: |
cd $(mktemp -d -t kind.XXXX)
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.19.0/kind-$(go env GOHOSTOS)-$(go env GOHOSTARCH)
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-$(go env GOHOSTOS)-$(go env GOHOSTARCH)
chmod +x ./kind
sudo mv ./kind /usr/local/bin
cd -
Expand Down

0 comments on commit 2c85299

Please sign in to comment.