Skip to content

Commit 4e9590e

Browse files
authored
Update lint.yml
1 parent 22e5f9a commit 4e9590e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
name: golangci‑lint
99
runs-on: ubuntu-latest
1010
steps:
11+
- uses: actions/checkout@v4
1112
- uses: actions/setup-go@v5
1213
with:
13-
go-version: '1.24'
14-
- uses: actions/checkout@v4
14+
go-version: stable
1515
- name: golangci-lint
1616
uses: golangci/golangci-lint-action@v8
1717
with:
@@ -24,10 +24,4 @@ jobs:
2424
args: --enable bodyclose --timeout 10m
2525

2626
# 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
27+
# only-new-issues: true

0 commit comments

Comments
 (0)