Skip to content

Commit c3de949

Browse files
committed
fix: downgrade golangci-lint to v1.54 for Go 1.21 compatibility
- v1.61 has compatibility issues with Go 1.21 - v1.54 is known to work well with Go 1.21 - Fixes 'internal/goarch' import error
1 parent bbe9d1d commit c3de949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

1515
env:
1616
GO_VERSION: "1.21"
17-
GOLANGCI_LINT_VERSION: "v1.61"
17+
GOLANGCI_LINT_VERSION: "v1.54"
1818

1919
jobs:
2020
lint:

0 commit comments

Comments
 (0)