Skip to content

Commit

Permalink
github actions: update golangci-lint-action to v2
Browse files Browse the repository at this point in the history
v1.2.2 is deprecated due to forgetting to change the minimum version of
golangci-lint to v1.28.3. See issue:
golangci/golangci-lint-action#39
  • Loading branch information
kalensk committed Nov 18, 2020
1 parent 597ee9f commit 731221f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint specified without patch version
version: v1.26
version: v1.29

0 comments on commit 731221f

Please sign in to comment.