Skip to content

Commit

Permalink
chore: update to golangci-lint 1.50.1 (#1309)
Browse files Browse the repository at this point in the history
Update to the latest release of golangci-lint:
https://github.com/golangci/golangci-lint/releases while I try debugging
an issue with golangci-lint failures on a different PR
  • Loading branch information
rootulp authored Jan 29, 2023
1 parent abfca15 commit 422be7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go.sum
- uses: golangci/[email protected]
with:
version: v1.47.2
version: v1.50.1
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: env.GIT_DIFF

0 comments on commit 422be7f

Please sign in to comment.