Skip to content

Commit 6572747

Browse files
Update Linter
1 parent ac7ff08 commit 6572747

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/linter.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,21 @@ jobs:
1010
golangci:
1111
name: GolangCI Lint
1212
runs-on: ubuntu-latest
13-
1413
steps:
1514
- name: Checkout code
1615
uses: actions/checkout@v4
1716

1817
- name: Set up Go
1918
uses: actions/setup-go@v4
2019
with:
21-
go-version: stable
22-
cache: false
20+
go-version: '1.24.2'
21+
cache: true
2322

2423
- name: Download dependencies
2524
run: go mod download
2625

2726
- name: Run golangci-lint
2827
uses: golangci/golangci-lint-action@v3
2928
with:
30-
version: v1.55.2
31-
args: --timeout=5m
32-
29+
version: v1.64.8
30+
args: --timeout=5m --verbose

0 commit comments

Comments
 (0)