Skip to content

Commit 77ff25a

Browse files
committed
fix: update golangci-lint to latest version v2.3.0
- Update from v1.61.0 to v2.3.0 for latest linting features and fixes - Current version was outdated and potentially causing CI failures - Verified locally that code passes all lint checks with new version
1 parent 5906cdb commit 77ff25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
GO_VERSION: '1.24'
15-
GOLANGCI_LINT_VERSION: v1.61.0
15+
GOLANGCI_LINT_VERSION: v2.3.0
1616
# Enable Go modules and set timeout
1717
GOPROXY: https://proxy.golang.org,direct
1818
GOSUMDB: sum.golang.org

0 commit comments

Comments
 (0)