Bump golang from 1.21.2 to 1.21.3

Bumps golang from 1.21.2 to 1.21.3.
This commit is contained in:
2023-10-11 19:10:39 +00:00
parent a600368b97
commit a4d9c2834d
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.2 as deps
FROM golang:1.21.3 as deps
WORKDIR /build
ADD go.* /build
RUN go mod download