Makefile: fix -compat value passed to go mod tidy

This commit is contained in:
Aliaksandr Valialkin 2022-09-19 15:12:03 +03:00
parent 1b99501798
commit 47ebf6e836
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -191,7 +191,7 @@ benchmark-pure:
vendor-update:
go get -u -d ./lib/...
go get -u -d ./app/...
go mod tidy -compat=1.19.1
go mod tidy -compat=1.19
go mod vendor
app-local: