chore(deps): bump golang from 1.19.5 to 1.20.0

Bumps golang from 1.19.5 to 1.20.0.
This commit is contained in:
2023-02-02 11:27:26 +00:00
parent 2dbfc81000
commit fda1e2d2fd
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.19.5 as modules
FROM golang:1.20.0 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download