Skip to content

Commit 3c3760f

Browse files
committed
[CI] lint-go-vet: do not include gitea-vet
(cherry picked from commit 8cbbab7fefa62c66faba72d6f8ddcec33c5e6423) (cherry picked from commit 51113f0f29e2e7f9281ea568b8acddf6c26accb0) (cherry picked from commit 0d061e411f60bb4533460e1558646cdbc6a45aae) (cherry picked from commit 1eb4e7e691bf496b152916e11b991b16786752e2)
1 parent 7a98204 commit 3c3760f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,7 @@ lint-go-windows:
396396
.PHONY: lint-go-vet
397397
lint-go-vet:
398398
@echo "Running go vet..."
399-
@GOOS= GOARCH= $(GO) build code.gitea.io/gitea-vet
400-
@$(GO) vet -vettool=gitea-vet $(GO_PACKAGES)
399+
@$(GO) vet $(GO_PACKAGES)
401400

402401
.PHONY: lint-editorconfig
403402
lint-editorconfig:

0 commit comments

Comments
 (0)