chore(deps): update golang docker tag to v1.24.2
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 9m5s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m50s

This commit was merged in pull request #6.
This commit is contained in:
2025-04-01 18:06:54 +00:00
parent 42fe859659
commit 0c207bb7d4

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.1@sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268 AS builder_go
FROM golang:1.24.2@sha256:991aa6a6e4431f2f01e869a812934bd60fbc87fb939e4a1ea54b8494ab9d2fc6 AS builder_go
WORKDIR /spend-sparrow
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
RUN go install github.com/a-h/templ/cmd/templ@latest