Skip to content

Commit

Permalink
Merge pull request #94 from gin-contrib/dependabot/github_actions/gol…
Browse files Browse the repository at this point in the history
…angci/golangci-lint-action-3

chore(deps): bump golangci/golangci-lint-action from 2 to 3
  • Loading branch information
thinkerou committed Apr 30, 2022
2 parents 8d4394e + 9310fb6 commit a1ba4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.45.0
args: --verbose
Expand Down

0 comments on commit a1ba4f8

Please sign in to comment.