You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
* Build with Go provided by GitHub instead of building inside
a Dockerfile, which should speed up the build
* Condense build steps to avoid repeatedly downloading cached
Go packages, which should speed up the build
* Run goimports using golangci-lint, rather than running
gofmt and goimports manually in make fmt
* Skip signing/notarizing Darwin binary in build, since
this takes a long time and is done in release
* Only build/test for pull requests against master
* Remove unnecessary steps in ci/image/Dockerfile
* goimports is managed by golangci-lint
* grep is already installed in the base image
0 commit comments