mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
Makefile: update Go version for go mod tidy
from 1.21 to 1.22
This commit is contained in:
parent
45770fabd5
commit
91f55a94f3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -199,7 +199,7 @@ benchmark-pure:
|
|||
vendor-update:
|
||||
go get -u -d ./lib/...
|
||||
go get -u -d ./app/...
|
||||
go mod tidy -compat=1.21
|
||||
go mod tidy -compat=1.22
|
||||
go mod vendor
|
||||
|
||||
app-local:
|
||||
|
|
Loading…
Reference in a new issue