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 1.17 to 1.19
This commit is contained in:
parent
6b54ad8cea
commit
3282829e30
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/VictoriaMetrics/VictoriaMetrics
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
cloud.google.com/go/storage v1.28.0
|
||||
|
|
Loading…
Reference in a new issue