Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deployments/Dockerfile:chore - improve approach to build cli (#853)
Previously we was download the dependencies using `go get`, but since we are using go modules, a better approach should be use `go mod download` to download and cache all dependencies. This commit also add a new build flags on binary to remove debug information which will make de final binary smaller. Signed-off-by: Matheus Alcantara <matheus.alcantara@zup.com.br>
- Loading branch information