summaryrefslogtreecommitdiff
path: root/.mise.toml
diff options
context:
space:
mode:
authorMartin Kagamino Lehoux <martin@lehoux.net>2026-08-11 15:12:24 +0200
committerMartin Kagamino Lehoux <martin@lehoux.net>2026-08-11 15:12:24 +0200
commit9d3b55c54269b97ee65f5453472285ac569daf2c (patch)
treea590aa47fe8aca7a3de34db5a7e6e06b45773b86 /.mise.toml
parent3f91689bc9a4560b29bac1b48ac81aebe83e3c2a (diff)
chore: Update Go tooling configuration
Diffstat (limited to '.mise.toml')
-rw-r--r--.mise.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mise.toml b/.mise.toml
index 8ce3428..fe58c24 100644
--- a/.mise.toml
+++ b/.mise.toml
@@ -4,7 +4,7 @@ watchexec = "latest"
[tasks.generate]
description = "Generate templ Go files"
-run = "go run github.com/a-h/templ/cmd/templ@v0.2.747 generate"
+run = "go tool templ generate"
[tasks.format]
description = "Format Go sources"