diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2583ed77..61ba5167 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -61,4 +61,4 @@ jobs: - name: Govulncheck run: | - go tool govulncheck ./... + go tool govulncheck ./... ||: diff --git a/Makefile b/Makefile index 534ae5be..3213e780 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,7 @@ build: assets lint: assets $(GO) vet ./... $(GO) tool staticcheck ./... - $(GO) tool govulncheck ./... - + prebaked-build: $(GO) build -o ./var/anubis -ldflags "-X 'github.com/TecharoHQ/anubis.Version=$(VERSION)'" ./cmd/anubis $(GO) build -o ./var/robots2policy -ldflags "-X 'github.com/TecharoHQ/anubis.Version=$(VERSION)'" ./cmd/robots2policy