Skip to content

Commit 0b7b5bd

Browse files
committed
Try to fix linter
1 parent 3c77bf1 commit 0b7b5bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
name: lint
1212
runs-on: ubuntu-latest
1313
steps:
14+
- uses: actions/setup-go@v2
1415
- uses: actions/checkout@v2
1516
- name: golangci-lint
1617
uses: golangci/golangci-lint-action@v2
1718
with:
18-
version: v1.29
19-
working-directory: emf
19+
version: latest
20+
working-directory: emf

0 commit comments

Comments
 (0)