Update all dependencies including templ CLI to latest versions

This commit is contained in:
2026-05-20 22:05:39 +02:00
parent b80ad90eab
commit 1dab9d6e7c
3 changed files with 121 additions and 152 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ templ-install:
@if ! command -v templ > /dev/null; then \
read -p "Go's 'templ' is not installed on your machine. Do you want to install it? [Y/n] " choice; \
if [ "$$choice" != "n" ] && [ "$$choice" != "N" ]; then \
go install github.com/a-h/templ/cmd/templ@latest; \
go install github.com/a-h/templ/cmd/templ@v0.3.1020; \
if [ ! -x "$$(command -v templ)" ]; then \
echo "templ installation failed. Exiting..."; \
exit 1; \