Re: [go-nuts] Build problems with modules in Docker

2019-04-04 Thread Marcus Franke
Hello, On Wed, Apr 3, 2019 at 3:49 PM David Riley wrote: > A few things. Responses inline. > Will answer inline aswell > > > I have a Makefile does some simple tasks for building, it creates a > tarball of my code directory and starts a docker build -t job. > > Why make a tarball? You'll

Re: [go-nuts] Build problems with modules in Docker

2019-04-03 Thread David Riley
A few things. Responses inline. > On Apr 3, 2019, at 7:05 AM, Marcus Franke wrote: > > Hello, > > I have a small project here at work, that does not compile using modules > inside the golang docker image. > > The software resides inside a rather monorepo like repository inside the >

[go-nuts] Build problems with modules in Docker

2019-04-03 Thread Marcus Franke
Hello, I have a small project here at work, that does not compile using modules inside the golang docker image. The software resides inside a rather monorepo like repository inside the organizations private repository at github. So far, a great place for the modules, as I can develop the