go.mod: increase the minimum supported Go version from Go1.19 to Go1.20

This commit is contained in:
Aliaksandr Valialkin 2023-09-07 12:13:03 +02:00
parent 511d1e5847
commit f5ef2283c3
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -1,6 +1,6 @@
module github.com/VictoriaMetrics/VictoriaMetrics
go 1.19
go 1.20
replace (
// Newer versions of this package break vmselect build