We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36ae2f commit 6674a51Copy full SHA for 6674a51
.github/workflows/pr.yaml
@@ -16,7 +16,7 @@ jobs:
16
go-version: 1.16
17
18
- name: Lint
19
- uses: golangci/golangci-lint-action@v2
+ uses: golangci/golangci-lint-action@v2.5.2
20
with:
21
skip-go-installation: true
22
.github/workflows/release.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
52
id: lint
53
54
55
56
0 commit comments