Bump golang from 1.20.6 to 1.20.7

Bumps golang from 1.20.6 to 1.20.7.
This commit is contained in:
2023-08-02 19:10:19 +00:00
parent 797ff7cb89
commit 09b45995d2
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20.6 as deps
FROM golang:1.20.7 as deps
WORKDIR /build
ADD go.* /build
RUN go mod download