Skip to content

Commit 0c508e7

Browse files
clubandersonclaude
andcommitted
🌱 Update golangci-lint to v2.8.0
The previous version (v2.1.6) had false positives with staticcheck not recognizing that t.Fatal() terminates execution, causing spurious "possible nil pointer dereference" warnings in test files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Andrew Anderson <andy@clubanderson.com>
1 parent 634d637 commit 0c508e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install golangci-lint
3232
uses: golangci/golangci-lint-action@v8
3333
with:
34-
version: v2.1.6
34+
version: v2.8.0
3535
args: ""
3636

3737
- name: Run make build

0 commit comments

Comments
 (0)