chore(deps): update golang docker tag to v1.24.3
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m9s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m26s

This commit was merged in pull request #58.
This commit is contained in:
2025-05-06 22:08:32 +00:00
parent 3e280dcd7f
commit b35d638070

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.2@sha256:30baaea08c5d1e858329c50f29fe381e9b7d7bced11a0f5f1f69a1504cdfbf5e AS builder_go
FROM golang:1.24.3@sha256:39d9e7d9c5d9c9e4baf0d8fff579f06d5032c0f4425cdec9e86732e8e4e374dc 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