Skip to content

Commit

Permalink
Fix linter job configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Rozynek committed Feb 15, 2021
1 parent 89508ab commit fac3949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.26
version: v1.29
working-directory: emf

0 comments on commit fac3949

Please sign in to comment.