From 367cd6ad9f755e11a9381efceb58900600b6952a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Gallego=20Rodr=C3=ADguez?= Date: Mon, 27 Apr 2020 16:03:44 +0200 Subject: [PATCH] update golang version to 1.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59e0e8e..cc1cd1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13 as build +FROM golang:1.14 as build RUN go get github.com/BBVA/kapow RUN CGO_ENABLED=0 GOOS=linux go install github.com/BBVA/kapow