We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ecd9c commit 707a142Copy full SHA for 707a142
.github/workflows/pr.yml
@@ -47,7 +47,7 @@ jobs:
47
steps:
48
- uses: actions/checkout@v3
49
- name: golangci-lint
50
- uses: golangci/golangci-lint-action@v3.2.0
+ uses: golangci/golangci-lint-action@v3
51
with:
52
version: v1.50.0
53
only-new-issues: true
0 commit comments