chore(deps): bump golang from 1.20.2 to 1.20.3

Bumps golang from 1.20.2 to 1.20.3.
This commit is contained in:
2023-04-05 11:27:45 +00:00
parent 6714ced6de
commit 6e661f7bd1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20.2 as modules
FROM golang:1.20.3 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download