chore(deps): update golang docker tag to v1.24.6
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 9s

This commit is contained in:
2025-08-06 21:09:07 +00:00
parent 739e216106
commit 0b50c1b808

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.5@sha256:ef5b4be1f94b36c90385abd9b6b4f201723ae28e71acacb76d00687333c17282 AS builder_go
FROM golang:1.24.6@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS builder_go
WORKDIR /web-app-template
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
RUN go install github.com/a-h/templ/cmd/templ@latest