Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pacmak): go 1.16 requires running "go mod download" explicitly (#…
…2616) Starting go 1.16, `go build` does not download modules and updates go.sum automatically. To that end, we now execute this before we execute `go build` during pacmak. Additionally, set `GOSUMDB` to `off` in order to reduce the chance for eventual consistency issues when new modules are published. Fixes #2615
- Loading branch information