From c480748cd8638632cf4a081ec74c76751a8a812e 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc88031ed2..18ca2db6ed 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: @@ -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: