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 22e5f9a commit 4e9590eCopy full SHA for 4e9590e
.github/workflows/lint.yml
@@ -8,10 +8,10 @@ jobs:
8
name: golangci‑lint
9
runs-on: ubuntu-latest
10
steps:
11
+ - uses: actions/checkout@v4
12
- uses: actions/setup-go@v5
13
with:
- go-version: '1.24'
14
- - uses: actions/checkout@v4
+ go-version: stable
15
- name: golangci-lint
16
uses: golangci/golangci-lint-action@v8
17
@@ -24,10 +24,4 @@ jobs:
24
args: --enable bodyclose --timeout 10m
25
26
# Optional: show only new issues if it's a pull request. The default value is `false`.
27
- only-new-issues: true
28
-
29
- # Optional: if set to true then the action don't cache or restore ~/go/pkg.
30
- # skip-pkg-cache: true
31
32
- # Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
33
- # skip-build-cache: true
+ # only-new-issues: true
0 commit comments