cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 35 forks source link

Fix installation of golangci-lint #285

Closed carolynvs closed 2 years ago

carolynvs commented 2 years ago

However we were installing golangci-lint before (using their special install script) doesn't work on our CI anymore, or my local machine. I've updated to the most recent version of golangci-lint so that I could test it locally on my arm64 machine, and switch to using go install to install the tool.

I've also updated the code quick to get the make lint target passing again: