Merge pull request #2783 from lucas-clemente/update-golang-ci-lint-action

use golangci-lint-action@v2 to run golangci-lint
This commit is contained in:
Marten Seemann
2020-09-17 23:03:02 +07:00
committed by GitHub

View File

@@ -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