chore(deps): bump golang from 1.18.5 to 1.19.0

Bumps golang from 1.18.5 to 1.19.0.
This commit is contained in:
2022-08-03 11:15:13 +00:00
parent c546fc1373
commit 170877cc4e
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.18.5 as builder
FROM golang:1.19.0 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get