chore(deps): update golang docker tag to v1.24.1

This commit is contained in:
renovate 2025-03-05 02:00:38 +00:00
parent 527fa8c13d
commit 172f6248a8

View File

@ -1,4 +1,4 @@
FROM golang:1.23.6 AS build
FROM golang:1.24.1 AS build
WORKDIR /code
RUN go install github.com/a-h/templ/cmd/templ@latest