From a3a6b0dc441350c0ba39dfea21e6121a5075ba00 Mon Sep 17 00:00:00 2001 From: Caitlin Elfring Date: Sat, 6 Mar 2021 14:22:40 -0500 Subject: [PATCH] Use v2 of golangci-lint action --- .github/workflows/go.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 2f10ea5..8232344 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -25,10 +25,7 @@ jobs: ${{ runner.os }}-go- - name: golangci-lint - uses: golangci/golangci-lint-action@v1 - 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.30 + uses: golangci/golangci-lint-action@v2 test: name: Test