Skip to content

Commit 4e3fb09

Browse files
authored
Upgrade golangci-lint to v2.9.0 for Go 1.26 (#538)
This unblocks a future change to testing on Go 1.26
1 parent b29f2f5 commit 4e3fb09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
pull-requests: read
1212
env:
1313
CGO_ENABLED: 0
14-
GOLANGCI_LINT_VERSION: v2.6.1
14+
GOLANGCI_LINT_VERSION: v2.9.0
1515
SHELLCHECK_SCRIPTS: ./*.sh
1616
jobs:
1717
go-lint-checks:

0 commit comments

Comments
 (0)