ebpf icon indicating copy to clipboard operation
ebpf copied to clipboard

ci: replace golangci-lint with staticcheck

Open lmb opened this issue 1 year ago • 2 comments

golangci-lint is not better than staticcheck for our purposes, in fact it includes a copy of the latter's ruleset. It also just broke the build by somehow breaking a tagged version of the GitHub Action.

Just replace it with staticcheck.

lmb avatar Jul 02 '24 18:07 lmb