diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index cfa9a917cf..4d89839ee9 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -19,5 +19,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.50.1 + version: v1.51.1 working-directory: ${{matrix.working-directory}} diff --git a/.golangci.yml b/.golangci.yml index ed692daa31..2354b64e00 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -110,7 +110,7 @@ issues: - linters: - unparam text: always receives - # Dot imports for gomega or ginkgo are allowed + # Dot imports for gomega and ginkgo are allowed # within test files. - path: _test\.go text: should not use dot imports