Skip to content

Commit

Permalink
Merge pull request #5 from kir4h/use_golangci_lint_action_v2
Browse files Browse the repository at this point in the history
Bump golangci lint action to v2
  • Loading branch information
kir4h authored Dec 20, 2020
2 parents 102fa85 + 50d3a8d commit fb559bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.28
version: v1.29

0 comments on commit fb559bd

Please sign in to comment.