We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 381b83e + 1ef3efb commit a91f0d3Copy full SHA for a91f0d3
1 file changed
.github/workflows/ci.yml
@@ -60,6 +60,6 @@ jobs:
60
if [ -n "$unformatted" ]; then
61
echo "These files are not gofmt-ed:"; echo "$unformatted"; exit 1
62
fi
63
- - uses: golangci/golangci-lint-action@v6
+ - uses: golangci/golangci-lint-action@v8
64
with:
65
version: v2.5.0
0 commit comments