Skip to content

Commit

Permalink
update kind to v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Aug 12, 2021
1 parent ad2b08e commit 6ebbbbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Install Kind
env:
KIND_VERSION: v0.9.0
KIND_VERSION: v0.11.1
run: |
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-$(uname)-amd64
chmod +x ./kind
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:

- name: Install Kind
env:
KIND_VERSION: v0.9.0
KIND_VERSION: v0.11.1
run: |
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-$(uname)-amd64
chmod +x ./kind
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:

- name: Install Kind
env:
KIND_VERSION: v0.9.0
KIND_VERSION: v0.11.1
run: |
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-$(uname)-amd64
chmod +x ./kind
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:

- name: Install Kind
env:
KIND_VERSION: v0.9.0
KIND_VERSION: v0.11.1
run: |
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-$(uname)-amd64
chmod +x ./kind
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:

- name: Install Kind
env:
KIND_VERSION: v0.9.0
KIND_VERSION: v0.11.1
run: |
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-$(uname)-amd64
chmod +x ./kind
Expand Down

0 comments on commit 6ebbbbf

Please sign in to comment.