chore(deps): bump golang from 1.20.1 to 1.20.2

Bumps golang from 1.20.1 to 1.20.2.
This commit is contained in:
2023-03-08 11:27:38 +00:00
parent ff3197c4e3
commit 6f5c3d68c4
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20.1 as modules
FROM golang:1.20.2 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download