Skip to content

Commit 18270cf

Browse files
committed
Bump golangci-lint to v1.51.1
1 parent 2271827 commit 18270cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v3
2121
with:
22-
version: v1.50.1
22+
version: v1.51.1
2323
working-directory: ${{matrix.working-directory}}

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ issues:
110110
- linters:
111111
- unparam
112112
text: always receives
113-
# Dot imports for gomega or ginkgo are allowed
113+
# Dot imports for gomega and ginkgo are allowed
114114
# within test files.
115115
- path: _test\.go
116116
text: should not use dot imports

0 commit comments

Comments
 (0)