go.mod: increase the minimum supported Go version from 1.17 to 1.19

This commit is contained in:
Aliaksandr Valialkin 2022-11-10 14:03:20 +02:00
parent 6b54ad8cea
commit 3282829e30
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/VictoriaMetrics/VictoriaMetrics
go 1.17
go 1.19
require (
cloud.google.com/go/storage v1.28.0