mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
Makefile: run go mod tidy
with -compat=1.22 after 95222b2079
This commit is contained in:
parent
e75f64e993
commit
0b2087b6e5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -205,7 +205,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