chore: use Go 1.13

This commit is contained in:
2020-01-29 15:10:03 +01:00
parent 3a475ec22b
commit 3e069eee43
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.11-stretch as builder
FROM golang:1.13 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get