1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Update Go dependencies (skip blevesearch, meilisearch) (#33655)

This commit is contained in:
wxiaoguang
2025-02-20 22:10:54 +08:00
committed by GitHub
parent cc1fdc84ca
commit e6759f356d
4 changed files with 286 additions and 275 deletions

View File

@@ -463,7 +463,7 @@ tidy-check: tidy
@diff=$$(git diff --color=always go.mod go.sum $(GO_LICENSE_FILE)); \
if [ -n "$$diff" ]; then \
echo "Please run 'make tidy' and commit the result:"; \
echo "$${diff}"; \
printf "%s" "$${diff}"; \
exit 1; \
fi