From 1c163dc1e28c133c603d25df598e073a383ce246 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Tue, 15 Sep 2020 09:08:33 +0700 Subject: [PATCH] use golangci-lint-action@v2 to run golangci-lint --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aebb4aa9a..36f6c99b8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: - name: Check that no non-test files import Ginkgo or Gomega run: .github/workflows/no_ginkgo.sh - name: golangci-lint - uses: golangci/golangci-lint-action@v1 + uses: golangci/golangci-lint-action@v2 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.31