Update engineerd/setup-kind to v0.5.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/458/head
Stefan Prodan 4 years ago
parent 16761e4fca
commit 72a4e3b3b8
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -21,9 +21,9 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.15.x
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.4.0
uses: engineerd/setup-kind@v0.5.0
- name: Set outputs
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"

@ -24,7 +24,7 @@ jobs:
with:
go-version: 1.15.x
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.4.0
uses: engineerd/setup-kind@v0.5.0
with:
image: kindest/node:v1.16.9
- name: Run test

Loading…
Cancel
Save