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 1aef635de4
commit fd98ec8ba3
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -364,7 +364,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: