Skip to content

Commit 8bc5281

Browse files
authored
Merge pull request #804 from thaJeztah/bump_golangci_lint
ci: update golangci-lint for compatibility with go1.26
2 parents 5e63903 + ce94ed3 commit 8bc5281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
go-version: stable
1919
- uses: actions/checkout@v5
20-
- uses: golangci/golangci-lint-action@v8
20+
- uses: golangci/golangci-lint-action@v9
2121
with:
22-
version: v2.6
22+
version: v2.9
2323

2424
commit:
2525
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)