From b0f137fe43bfcfa07e4560018a1a78bcf31660c0 Mon Sep 17 00:00:00 2001 From: Fernando Maia Date: Wed, 13 Jan 2021 11:20:06 -0300 Subject: [PATCH] Update KinD to the latest version --- .github/workflows/lint-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 44d1530..170aeff 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -42,8 +42,6 @@ jobs: - name: Create kind cluster uses: helm/kind-action@v1.1.0 - with: - node_image: kindest/node:v1.20.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)