mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-19 15:30:17 +00:00
Makefile: fix -compat value passed to go mod tidy
This commit is contained in:
parent
1b99501798
commit
47ebf6e836
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -191,7 +191,7 @@ benchmark-pure:
|
||||||
vendor-update:
|
vendor-update:
|
||||||
go get -u -d ./lib/...
|
go get -u -d ./lib/...
|
||||||
go get -u -d ./app/...
|
go get -u -d ./app/...
|
||||||
go mod tidy -compat=1.19.1
|
go mod tidy -compat=1.19
|
||||||
go mod vendor
|
go mod vendor
|
||||||
|
|
||||||
app-local:
|
app-local:
|
||||||
|
|
Loading…
Reference in a new issue