Filtering for "concourse"
Remove filterBefore the introduction of Go Modules with Go 1.11, building Go code required to follow the peculiar directory structure of
GOPATH
. We show how to build Go code, wether it already supports go.mod
or not, with Concourse.Sometimes we would like to override some parameters of a Concourse pipeline on a reversible/temporary manner, that is, without committing the changes to a git repository.
How to bootstrap pipelines with Concourse, some custom logic and the Concourse pipeline resource.