Don't run "go mod tidy" while building.

This commit is contained in:
Joachim Bauch 2022-06-02 15:52:29 +02:00
parent cbfc96e0a7
commit b83bf7cb5d
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

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