chore(deps): bump golang from 1.13 to 1.17.0

Bumps golang from 1.13 to 1.17.0.
This commit is contained in:
2021-11-05 11:10:01 +00:00
parent 155bb440f6
commit 44f9ef1521
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.13 as builder
FROM golang:1.17.0 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get