Bump golang from 1.20.4 to 1.20.5

Bumps golang from 1.20.4 to 1.20.5.
This commit is contained in:
2023-06-07 19:10:18 +00:00
parent 64b721337f
commit 8162e7b846
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20.4 as deps
FROM golang:1.20.5 as deps
WORKDIR /build
ADD go.* /build
RUN go mod download