chore(deps): bump golang from 1.21.0 to 1.21.1

Bumps golang from 1.21.0 to 1.21.1.
This commit is contained in:
2023-09-07 11:27:37 +00:00
parent c8bc2e2e9e
commit 476ebab80a
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.0 as modules
FROM golang:1.21.1 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download