update golang version to 1.14
This commit is contained in:
committed by
pancho horrillo
parent
33d77ce86c
commit
367cd6ad9f
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.13 as build
|
FROM golang:1.14 as build
|
||||||
|
|
||||||
RUN go get github.com/BBVA/kapow
|
RUN go get github.com/BBVA/kapow
|
||||||
RUN CGO_ENABLED=0 GOOS=linux go install github.com/BBVA/kapow
|
RUN CGO_ENABLED=0 GOOS=linux go install github.com/BBVA/kapow
|
||||||
|
|||||||
Reference in New Issue
Block a user