chore(deps): update golang docker tag to v1.24.0
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 24m45s

This commit is contained in:
2025-02-26 00:26:11 +00:00
parent 60daac48b4
commit f935ab99ff

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.5@sha256:e213430692e5c31aba27473cdc84cfff2896d0c097e984bef67b6a44c75a8181 AS builder_go
FROM golang:1.24.0@sha256:58cf31c1b10858d5772475e4f86853a03e0e220cc6cfd60965053951a2563b5e AS builder_go
WORKDIR /web-app-template
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
RUN go install github.com/a-h/templ/cmd/templ@latest