It’s really all about caching, which Go modules make refreshingly easy.
https://evilmartians.com/chronicles/speeding-up-go-modules-for-docker-and-ci
https://evilmartians.com/chronicles/speeding-up-go-modules-for-docker-and-ci
evilmartians.com
Speeding up Go Modules for Docker and CI—Martian Chronicles, Evil Martians’ team blog
Finally, the Golang world has a built-in, conventional dependency manager in the ecosystem: Go Modules. What began in Go 1.11 as an opt-in feature has become widely adopted by the community, and we are so close to Go 1.13 when Go Modules will be enabled by…