Skip to content

Commit a91f0d3

Browse files
authored
Merge pull request #9 from jaavier/claude/ci-golangci-v8
ci: fix golangci-lint-action version (v8) and validate CI on real runners
2 parents 381b83e + 1ef3efb commit a91f0d3

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)