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 925cac2 commit 24a2c3fCopy full SHA for 24a2c3f
.github/workflows/lint.yml
@@ -18,10 +18,10 @@ jobs:
18
- uses: actions/checkout@v3
19
- uses: actions/setup-go@v4
20
with:
21
- go-version: '1.21'
+ go-version: '1.24'
22
cache: false
23
- name: golangci-lint
24
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v7
25
26
# Require: The version of golangci-lint to use.
27
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
0 commit comments