From 18270cf5547374e9e9d7d906c4e30841aa3fb8b1 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Sun, 12 Feb 2023 15:42:54 +0100 Subject: [PATCH] Bump golangci-lint to v1.51.1 --- .github/workflows/golangci-lint.yml | 2 +- .golangci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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