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

Update engineerd/setup-kind to v0.5.0 #3364

Merged
merged 1 commit into from
Nov 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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 @@ -55,9 +55,9 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Setup Go
uses: actions/setup-go@v2-beta
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.15.x
- name: Download cache
uses: actions/download-artifact@v1
with:
Expand Down