local:exec
runner. This builder produces binaries specific to the host system using the user's local Go installation. This is a faster-but-less-portable cousin of the docker:go
builder. It supports the same replacement semantics as you expect but without the containerization.--link-sdk
flag--dep
flaggo.mod
. The builder may throw errors when doing module replacements not used correctly.go.mod
. The builder will do this for you with appropriate flags.