mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
go.mod: update the minimum required Go version from go1.12 to go1.13
This commit is contained in:
parent
0c485f14d1
commit
0f2dd77a76
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -24,4 +24,4 @@ require (
|
||||||
gopkg.in/yaml.v2 v2.2.8
|
gopkg.in/yaml.v2 v2.2.8
|
||||||
)
|
)
|
||||||
|
|
||||||
go 1.12
|
go 1.13
|
||||||
|
|
Loading…
Reference in a new issue