Skip to content

Commit 29e256b

Browse files
committed
ci: golangci-lint 2.4.0
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent 2d29809 commit 29e256b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- uses: actions/setup-go@v5
1313
with:
1414
go-version: '1.25.0'
15-
- uses: golangci/golangci-lint-action@v6.5.0
15+
- uses: golangci/golangci-lint-action@v8.0.0
1616
with:
17-
version: v1.64.4
17+
version: v2.4.0
1818
gomod:
1919
runs-on: ubuntu-latest
2020
steps:

0 commit comments

Comments
 (0)