chore(deps): bump golang from 1.19.4 to 1.19.5

Bumps golang from 1.19.4 to 1.19.5.
This commit is contained in:
2023-01-11 11:27:22 +00:00
parent 47ae698135
commit ed63264241
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.19.4 as modules
FROM golang:1.19.5 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download