From 0d349f376d293d5defee56a622d76d42705a6d88 Mon Sep 17 00:00:00 2001 From: alisondy Date: Wed, 18 Nov 2020 22:28:34 +0000 Subject: [PATCH] Update engineerd/setup-kind to v0.5.0 Signed-off-by: alisondy --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc88031ed..88e7eb27d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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: @@ -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: