chore(deps): update golang docker tag to v1.23.6

This commit is contained in:
Renovate
2025-02-05 03:54:38 +00:00
parent 31e8d8cd49
commit 9f2be264c3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.5@sha256:e213430692e5c31aba27473cdc84cfff2896d0c097e984bef67b6a44c75a8181 as modules
FROM golang:1.23.6@sha256:b2a6f50140dcd176e41f0033fcd0fbe0a3ac300fcbde75eaaef76e832cb02496 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download