mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: run go mod tidy
with -compat=1.22 after 95222b2079
This commit is contained in:
parent
c5f9d9f0d6
commit
f0a62de3a9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -466,7 +466,7 @@ benchmark-pure:
|
|||
vendor-update:
|
||||
go get -u -d ./lib/...
|
||||
go get -u -d ./app/...
|
||||
go mod tidy -compat=1.20
|
||||
go mod tidy -compat=1.22
|
||||
go mod vendor
|
||||
|
||||
app-local:
|
||||
|
|
Loading…
Reference in a new issue