mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue