Skip to content

Commit 4eaf056

Browse files
committed
dev: fix golangci-lint-action version
1 parent f59ce4c commit 4eaf056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: lint
19-
uses: golangci/golangci-lint-action@v0
19+
uses: golangci/golangci-lint-action@v0.1.7
2020
with:
2121
version: v1.26
2222
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)