mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: upgrade go mod tidy
compatibility mode from Go1.22 to Go1.23
This is a follow-up for 1b9f3b39b4
This commit is contained in:
parent
563a50b547
commit
6e4d29fc03
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -469,7 +469,7 @@ benchmark-pure:
|
||||||
vendor-update:
|
vendor-update:
|
||||||
go get -u ./lib/...
|
go get -u ./lib/...
|
||||||
go get -u ./app/...
|
go get -u ./app/...
|
||||||
go mod tidy -compat=1.22
|
go mod tidy -compat=1.23
|
||||||
go mod vendor
|
go mod vendor
|
||||||
|
|
||||||
app-local:
|
app-local:
|
||||||
|
|
Loading…
Reference in a new issue