chainguard-dev / bincapz

detect malicious program behaviors
Apache License 2.0
380 stars 24 forks source link

Use go.mod for setup-go; update golangci-lint #186

Closed egibs closed 2 months ago

egibs commented 2 months ago

CI-focused version of #182 that uses go.mod for the setup-go steps and bumps golangci-lint to the latest version while removing some deprecated config (linters-settings.staticcheck and linters-settings.unused).

tstromberg commented 2 months ago

Thank you!