chore(deps): update golang docker tag to v1.24.4 #12

Open
renovate wants to merge 1 commits from renovate/golang-1.x into main
Showing only changes of commit 02f874a414 - Show all commits

View File

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