chore(deps): bump golang from 1.17.8 to 1.18.0

Bumps golang from 1.17.8 to 1.18.0.
This commit is contained in:
2022-03-17 11:11:03 +00:00
parent f33b85c5d4
commit 5b6cd66281
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.17.8 as builder
FROM golang:1.18.0 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get