G-Research / geras

Geras provides a Thanos Store API for the OpenTSDB HTTP API. This makes it possible to query OpenTSDB via PromQL, through Thanos.
https://github.com/G-Research/geras
Apache License 2.0
38 stars 16 forks source link

Ran `go mod tidy` again, but with Go 1.17 this time #97

Closed jgiannuzzi closed 2 years ago

jgiannuzzi commented 2 years ago

In the previous PR (#96), I accidentally ran go mod tidy with Go 1.15 before changing the Go version to Go 1.17 🤦 This created a different build issue.

This PR fixes that by running go mod tidy after the Go version change to 1.17.

kradalby commented 2 years ago

Wops, I did that the other day to..