Skip to content

Commit

Permalink
Merge pull request #2188 from sbueringer/pr-bump-golangci-lint
Browse files Browse the repository at this point in the history
馃尡 Bump golangci-lint to v1.51.1
  • Loading branch information
k8s-ci-robot committed Feb 12, 2023
2 parents 2271827 + 18270cf commit 5239d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5239d32

Please sign in to comment.