chore(deps): bump golang from 1.21.6 to 1.22.0

Bumps golang from 1.21.6 to 1.22.0.
This commit is contained in:
2024-02-07 11:13:05 +00:00
parent 4aeee82019
commit f93fe2de7a
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.6 as builder
FROM golang:1.22.0 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get