Skip to content

Commit fac3949

Browse files
author
Paweł Rozynek
committed
Fix linter job configuration
1 parent 89508ab commit fac3949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: golangci-lint
16-
uses: golangci/golangci-lint-action@v1
16+
uses: golangci/golangci-lint-action@v2
1717
with:
18-
version: v1.26
18+
version: v1.29
1919
working-directory: emf

0 commit comments

Comments
 (0)