chore: add make install target and manage all dev tools via go.mod tool directive (#72)

This commit is contained in:
2026-02-15 15:23:52 -06:00
committed by GitHub
parent 6079e558ff
commit dc6c46f856
4 changed files with 1301 additions and 53 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ pre-commit:
golangci-lint:
glob: "*.go"
run: golangci-lint run --timeout 5m --build-tags webkit2_41 ./...
run: go tool golangci-lint run --timeout 5m --build-tags webkit2_41 ./...
codegen-check:
glob: "*.{go,sql,templ}"