chore(deps): bump golang from 1.20.3 to 1.20.4

Bumps golang from 1.20.3 to 1.20.4.
This commit is contained in:
2023-05-03 11:27:51 +00:00
parent 554a6c252f
commit 2d0efcd622
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20.3 as modules
FROM golang:1.20.4 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download