Skip to content

Commit 72df7f2

Browse files
prodion23prodion23
and
prodion23
authoredOct 4, 2022
Update golangci lint - add verbose logging (#189)
* Bump golangci linter * Add verbose argument to identify source of lint error * Pin to 1.47.3 of golanglintci Co-authored-by: prodion23 <donniepropst@Donnies-MacBook-Pro.local>
1 parent f80f583 commit 72df7f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/pr-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
uses: golangci/golangci-lint-action@v3.2.0
4141
with:
4242
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
43-
version: v1.49.0
43+
version: v1.47.3
44+
args: -v
4445
skip-pkg-cache: true
4546
only-new-issues: true
4647

0 commit comments

Comments
 (0)