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

This commit is contained in:
Renovate
2025-06-05 21:03:01 +00:00
parent 4f5dcb6d50
commit 75f0bb155b
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.3@sha256:f255a7d417e3733c9514bf8dd9c708b15b0ccd2543a850bed1d1198f42e476e2 as deps
FROM amd64/golang:1.24.4@sha256:40891f7b63de861049787c5262bff91906d30cbe221753840e276b3e785a66ab as deps
WORKDIR /build
ADD go.* /build
RUN go mod download