*: use proper golang image and always set go111module in build pipeline

This commit is contained in:
paulfantom 2019-06-20 14:47:40 +02:00
parent f2fc8dea85
commit 3365677208
No known key found for this signature in database
GPG key ID: 12AE0185401674E7

View file

@ -5,10 +5,11 @@ ARCH?=amd64
ALL_ARCH=amd64 arm arm64 ppc64le s390x
ML_PLATFORMS=linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x
OUT_DIR?=./_output
VENDOR_DOCKERIZED=0
VERSION?=latest
GOIMAGE=golang:1.10
GOIMAGE=golang:1.12
GO111MODULE=on
export GO111MODULE
ifeq ($(ARCH),amd64)
BASEIMAGE?=busybox