mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: fix -compat value passed to go mod tidy
This commit is contained in:
parent
1aef635de4
commit
fd98ec8ba3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue