Bump golang from 1.21.4 to 1.21.5

Bumps golang from 1.21.4 to 1.21.5.
This commit is contained in:
2023-12-06 19:10:19 +00:00
parent bce30116bb
commit 612070fb46
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.4 as deps
FROM golang:1.21.5 as deps
WORKDIR /build
ADD go.* /build
RUN go mod download