Skip to content

Commit 1ef3efb

Browse files
committed
ci: use golangci-lint-action@v8 for golangci-lint v2 compatibility
golangci-lint-action v6 only supports golangci-lint v1.x; the repo uses golangci-lint v2 config, which requires action v8 (supports >= v2.1.0).
1 parent 381b83e commit 1ef3efb

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
@@ -60,6 +60,6 @@ jobs:
6060
if [ -n "$unformatted" ]; then
6161
echo "These files are not gofmt-ed:"; echo "$unformatted"; exit 1
6262
fi
63-
- uses: golangci/golangci-lint-action@v6
63+
- uses: golangci/golangci-lint-action@v8
6464
with:
6565
version: v2.5.0

0 commit comments

Comments
 (0)