Min go 1.13 required

This commit is contained in:
Andrea Spacca
2020-03-15 19:46:22 +01:00
parent 3b1b5b890a
commit 0411db0443
2 changed files with 5 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
# Default to Go 1.12
ARG GO_VERSION=1.12
# Default to Go 1.13
ARG GO_VERSION=1.13
FROM golang:${GO_VERSION}-alpine as build
# Necessary to run 'go get' and to compile the linked binary