chore(deps): bump golang from 1.20.7 to 1.21.0

Bumps golang from 1.20.7 to 1.21.0.
This commit is contained in:
2023-08-09 11:09:47 +00:00
parent c735761f2f
commit 2990854400
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20.7 as builder
FROM golang:1.21.0 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get