Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix make lint and make gosec error (wtfutil#1127)
fix wtfutil#1127 Install golangci-lint / gosec, if it is not installed. If we only support over go 1.16, we should use go install instead of go get. Use binary installation for golangci-lint because they recommends. https://golangci-lint.run/usage/install/#local-installation
- Loading branch information