go.mod: bump minimum supported Go version from 1.12 to 1.15
This is needed in order to support `net/url.URL.Redacted()` method used in push.go This method appeared in Go1.15 - see https://tip.golang.org/doc/go1.15
This commit is contained in:
parent
4ca082233a
commit
cdba092549
2
go.mod
2
go.mod
@ -2,4 +2,4 @@ module github.com/VictoriaMetrics/metrics
|
||||
|
||||
require github.com/valyala/histogram v1.2.0
|
||||
|
||||
go 1.12
|
||||
go 1.15
|
||||
|
1
vendor/modules.txt
vendored
1
vendor/modules.txt
vendored
@ -1,4 +1,5 @@
|
||||
# github.com/valyala/fastrand v1.1.0
|
||||
github.com/valyala/fastrand
|
||||
# github.com/valyala/histogram v1.2.0
|
||||
## explicit
|
||||
github.com/valyala/histogram
|
||||
|
Loading…
Reference in New Issue
Block a user