chore(deps): update golang docker tag to v1.25.2
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 4m2s

This commit is contained in:
2025-10-07 21:06:59 +00:00
parent a9c4304ef8
commit ef0688836c

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.1@sha256:d7098379b7da665ab25b99795465ec320b1ca9d4addb9f77409c4827dc904211 AS builder_go FROM golang:1.25.2@sha256:99aa2bba38d3e4df33f6d2fd974fe6baf0fbcaa05854c915718b53eff617fee3 AS builder_go
WORKDIR /spend-sparrow WORKDIR /spend-sparrow
RUN go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest RUN go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
RUN go install github.com/a-h/templ/cmd/templ@latest RUN go install github.com/a-h/templ/cmd/templ@latest