Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update engineerd/setup-kind to v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: alisondy <[email protected]>
  • Loading branch information
alisondy committed Nov 18, 2020
1 parent 75e01c1 commit c480748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.15.x
- name: Run tests
run: make test TEST_FLAGS="-race -tags integration -timeout 5m"
- name: Check codegen
Expand All @@ -46,7 +46,7 @@ jobs:
test: ['10_* 11_* 12_*', '13_* 14_*', '15_* 16_* 17_*', '20_* 21_* 22_*']
steps:
- uses: actions/checkout@v2
- uses: engineerd/setup-kind@v0.3.0
- uses: engineerd/setup-kind@v0.5.0
- name: Restore Go cache
uses: actions/cache@v1
with:
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2-beta
with:
go-version: 1.14.x
go-version: 1.15.x
- name: Download cache
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit c480748

Please sign in to comment.