summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-08-15 19:13:07 +0200
committerGitHub <noreply@github.com>2020-08-15 13:13:07 -0400
commitee97e6a66a7bec9547af31c93a5eef7c19a32c54 (patch)
tree1143ebd8f6abd6027c52e99d71534f141eaecd8e /Makefile
parenteb60a5d05478f56bf15220f49ed78f0f72af5698 (diff)
downloadgitea-ee97e6a66a7bec9547af31c93a5eef7c19a32c54.tar.gz
gitea-ee97e6a66a7bec9547af31c93a5eef7c19a32c54.zip
Update gitea-vet to v0.2.1 (#12282)
* change to new code location * vendor * tagged version v0.2.0 * gitea-vet v0.2.1 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69456c2337..e395d942b6 100644
--- a/Makefile
+++ b/Makefile
@@ -222,7 +222,7 @@ vet:
# Default vet
$(GO) vet $(GO_PACKAGES)
# Custom vet
- $(GO) build -mod=vendor gitea.com/jolheiser/gitea-vet
+ $(GO) build -mod=vendor code.gitea.io/gitea-vet
$(GO) vet -vettool=gitea-vet $(GO_PACKAGES)
.PHONY: $(TAGS_EVIDENCE)