xess: do not specify a version in go:generate (#164)

specifying a version breaks file generation with `-mod=vendor`, which is
used by tooling like nixpkgs.

this commit replaces the `go:generate` statement with ones found in
other files (which builds successfully) for consistency.

Signed-off-by: Cassie Cheung <me@soopy.moe>
This commit is contained in:
soopyc 2025-03-30 19:31:17 +08:00 committed by GitHub
parent f9f5430dac
commit c896c63a0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ import (
"github.com/TecharoHQ/anubis/internal"
)
//go:generate go run github.com/a-h/templ/cmd/templ@latest generate
//go:generate go tool github.com/a-h/templ/cmd/templ generate
var (
//go:embed *.css static