mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
go.mod: increase the minimum supported Go version from Go1.19 to Go1.20
This commit is contained in:
parent
511d1e5847
commit
f5ef2283c3
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -355,7 +355,7 @@ benchmark-pure:
|
|||
vendor-update:
|
||||
go get -u -d ./lib/...
|
||||
go get -u -d ./app/...
|
||||
go mod tidy -compat=1.19
|
||||
go mod tidy -compat=1.20
|
||||
go mod vendor
|
||||
|
||||
app-local:
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/VictoriaMetrics/VictoriaMetrics
|
||||
|
||||
go 1.19
|
||||
go 1.20
|
||||
|
||||
replace (
|
||||
// Newer versions of this package break vmselect build
|
||||
|
|
Loading…
Reference in a new issue