Skip to content

Commit fa4441d

Browse files
committed
ci: Use latest golangci-lint-action
This version auto-manages the cache so we don't have to do it ourselves.
1 parent 819655e commit fa4441d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ jobs:
6969
uses: actions/setup-go@v5
7070
with:
7171
go-version: 1.25.x
72-
cache: false # managed by golangci-lint
7372

74-
- uses: golangci/golangci-lint-action@v6
73+
- uses: golangci/golangci-lint-action@v8
7574
name: Install golangci-lint
7675
with:
7776
version: latest

0 commit comments

Comments
 (0)