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

This commit is contained in:
2025-07-09 19:05:32 +00:00
committed by Tim Wundenberg
parent 519c38e5b4
commit 9fbd82d6c9

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.4@sha256:20a022e5112a144aa7b7aeb3f22ebf2cdaefcc4aac0d64e8deeee8cdc18b9c0f AS builder_go
FROM golang:1.24.5@sha256:a9219eb99cd2951b042985dbec09d508b3ddc20c4da52a3a55b275b3779e4a05 AS builder_go
WORKDIR /spend-sparrow
RUN go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
RUN go install github.com/a-h/templ/cmd/templ@latest