chore(deps): bump golang from 1.20.5 to 1.20.6

Bumps golang from 1.20.5 to 1.20.6.
This commit is contained in:
2023-07-12 11:27:20 +00:00
parent 640a98b4ca
commit 9cc7d466ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20.5 as modules
FROM golang:1.20.6 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download