diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 15:12:24 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 15:12:24 +0200 |
| commit | 9d3b55c54269b97ee65f5453472285ac569daf2c (patch) | |
| tree | a590aa47fe8aca7a3de34db5a7e6e06b45773b86 /.mise.toml | |
| parent | 3f91689bc9a4560b29bac1b48ac81aebe83e3c2a (diff) | |
chore: Update Go tooling configuration
Diffstat (limited to '.mise.toml')
| -rw-r--r-- | .mise.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |