* enabled gofmt linter, added lint scripts, removed dapper from Makefile
* added build (with arm64 support), package steps, and fossa job
* github tag, and envs
* upload assets
* removed dapper and google cloud storage
* moved checkout steps
* removed drone.yml
* requested changes
- removed extra Test step
- added check for run on PRs
- added FOSSA check on release
* moved fossa in its own workflow
* remove manual trigger and tag check on release
Problem:
The cli is using an old go version
It does not use all the validation tools rancher/rancher uses
Solution:
Update to go version 1.12.9
Include goimports for validation