chore(deps): 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 11:27:37 +00:00
parent 35a8907d81
commit f44b62bf08
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20.4 as modules
FROM golang:1.20.5 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download