Skip to content

Commit

Permalink
Merge pull request #1258 from shirou/dependabot/github_actions/golang…
Browse files Browse the repository at this point in the history
…ci/golangci-lint-action-3

Bump golangci/golangci-lint-action from 2 to 3
  • Loading branch information
shirou authored Feb 25, 2022
2 parents b47e88a + a22a057 commit 9f4dfe7
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 @@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
args: --verbose
version: latest

0 comments on commit 9f4dfe7

Please sign in to comment.