Skip to content

Commit

Permalink
update golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
godzie44 committed Dec 28, 2020
1 parent 5224be3 commit 0bb8403
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- main
pull_request:
jobs:
golangci:
Expand All @@ -11,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v0.2.0
uses: golangci/golangci-lint-action@v2
with:
version: v1.26
version: v1.29

0 comments on commit 0bb8403

Please sign in to comment.