Merge pull request #269 from strukturag/dont_run_mod_tidy

Don't run "go mod tidy" while building.
This commit is contained in:
Joachim Bauch 2022-06-02 15:58:11 +02:00 committed by GitHub
commit 6a1a00551d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,6 @@ common: \
api_proxy_easyjson.go \
natsclient_easyjson.go \
room_easyjson.go
$(GO) mod tidy
$(BINDIR):
mkdir -p $(BINDIR)