chore(deps): update golang docker tag to v1.24.4
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 7m18s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m3s

This commit was merged in pull request #148.
This commit is contained in:
2025-06-05 21:06:21 +00:00
parent bb4c16c692
commit 4cfa904ae1

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.3@sha256:81bf5927dc91aefb42e2bc3a5abdbe9bb3bae8ba8b107e2a4cf43ce3402534c6 AS builder_go
FROM golang:1.24.4@sha256:db5d0afbfb4ab648af2393b92e87eaae9ad5e01132803d80caef91b5752d289c 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