Skip to content

Commit 206d79f

Browse files
committed
dev: use golangci/[email protected]
1 parent 55cd9f7 commit 206d79f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: lint
19-
uses: golangci/golangci-lint-action@v0.1.7
19+
uses: golangci/golangci-lint-action@v0.2.0
2020
with:
2121
version: v1.26
22-
github-token: ${{ secrets.GITHUB_TOKEN }}
2322
tests-on-windows:
2423
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
2524
runs-on: windows-latest

0 commit comments

Comments
 (0)