Closed
Description
Golangci-lint just had a new release, 1.47.0, which broke our lint action. The action would spin and timeout when running the golangci-lint command with or without args.
Example log where the action would hang:
Running [/home/runner/golangci-lint-1.47.0-linux-amd64/golangci-lint run --out-format=github-actions --new-from-patch=/tmp/tmp-1669-7BzhRHngF7zi/pull.patch --new=false --new-from-rev=] in [] ...
Downgrading the golangci-lint version to 1.46.2 fixed the action for us.