Skip to content

Commit

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

Bump golangci/golangci-lint-action from 2 to 3
  • Loading branch information
bakito authored Oct 13, 2022
2 parents d13b823 + 885241b commit 03d8f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: latest
test:
Expand Down

0 comments on commit 03d8f3c

Please sign in to comment.