mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
go.mod: update the minimum required Go version from go1.12 to go1.13
This commit is contained in:
parent
c6cbc0bd19
commit
f4c3a71139
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -25,4 +25,4 @@ require (
|
|||
gopkg.in/yaml.v2 v2.2.8
|
||||
)
|
||||
|
||||
go 1.12
|
||||
go 1.13
|
||||
|
|
Loading…
Reference in a new issue