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:
Aliaksandr Valialkin 2022-08-17 21:09:16 +03:00
parent 4ca082233a
commit cdba092549
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/VictoriaMetrics/metrics
require github.com/valyala/histogram v1.2.0 require github.com/valyala/histogram v1.2.0
go 1.12 go 1.15

1
vendor/modules.txt vendored
View File

@ -1,4 +1,5 @@
# github.com/valyala/fastrand v1.1.0 # github.com/valyala/fastrand v1.1.0
github.com/valyala/fastrand github.com/valyala/fastrand
# github.com/valyala/histogram v1.2.0 # github.com/valyala/histogram v1.2.0
## explicit
github.com/valyala/histogram github.com/valyala/histogram