Sebastiaan van Stijn
5fa03a4a8e
Dockerfile: use GO_VERSION build-arg for overriding Go version
...
This allows overriding the version of Go without making modifications in the
source code, which can be useful to test against multiple versions.
For example:
make GO_VERSION=1.13beta1 build
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-07-18 11:01:07 +02:00
Euan Harris
3eeda3d91c
Dockerfile: Update to Go 1.12.6, matching moby/moby
...
Signed-off-by: Euan Harris <euan.harris@docker.com>
2019-06-26 16:54:53 +01:00
Tibor Vass
599e037a24
remove gosimple - package is gone and it's not important
...
Also fixes issue reported by ineffassign
Signed-off-by: Tibor Vass <tibor@docker.com>
2019-06-04 04:50:37 +00:00
Sebastiaan van Stijn
916927d970
Bump Go to 1.10.7
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-23 21:12:12 +01:00
Flavio Crisciani
387aed91bf
Update golint tool
...
Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
2018-11-01 10:09:47 -07:00
Euan Harris
72905ebb13
Dockerfile: Install a fixed version of gogoprotobuf
...
This avoids build failures when gogoprotobuf is changed upstream.
Signed-off-by: Euan Harris <euan.harris@docker.com>
2018-07-25 15:42:25 +01:00
Euan Harris
22a24df515
Makefile, Dockerfile: Add support for regenerating protocol buffers
...
Signed-off-by: Euan Harris <euan.harris@docker.com>
2018-06-22 15:03:12 +01:00
Flavio Crisciani
8f1fca3e66
Multistage for build
...
Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
2018-06-19 21:51:11 -07:00