From 9d3b55c54269b97ee65f5453472285ac569daf2c Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Tue, 11 Aug 2026 15:12:24 +0200 Subject: chore: Update Go tooling configuration --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mise.toml') 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" -- cgit v1.2.3