We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10745c9 commit 26d9f39Copy full SHA for 26d9f39
.github/workflows/golangci-lint.yml
@@ -22,12 +22,11 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-go@v5
24
with:
25
- go-version: 1.21.x
+ go-version: 1.22.x
26
cache: false
27
- name: golangci-lint
28
uses: golangci/golangci-lint-action@v6
29
30
- version: v1.54 # current version at time of commit
31
args: --timeout=10m
32
# Only show new issues in a PR but show all issues for pushes
33
only-new-issues: ${{ github.event_name == 'pull_request' && 'true' || 'false' }}
0 commit comments