We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f9ab6 commit 68101e9Copy full SHA for 68101e9
.github/workflows/push_pr.yml
@@ -32,7 +32,7 @@ jobs:
32
go-version-file: 'go.mod'
33
34
- name: golangci-lint
35
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
36
continue-on-error: ${{ github.event_name != 'pull_request' }}
37
with:
38
only-new-issues: true
0 commit comments