diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -24,9 +24,6 @@ clean: db-clean setup: @mise install - @mise exec go -- go mod tidy - @mise exec go -- go mod vendor - @mise exec go -- go tool @if command -v brew >/dev/null 2>&1; then \ brew bundle; \ fi @@ -68,10 +65,7 @@ lint: @$(ZED) validate etc/authzd/* tidy: - @go get -u ./... - @go tool | grep github | awk '{print $1}' | xargs -I {} go get -tool {}@latest @go mod tidy - @go mod vendor @$(TOOL) yamlfmt -exclude vendor . db-schema-load: |
