mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-03 11:03:25 +00:00
Add test of Go module versions
Make sure that the Go versions in all `go.mod` files are in sync. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
b9960d6d8d
commit
bf2b1ac115
3 changed files with 20 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
module github.com/prometheus/prometheus/documentation/examples/remote_storage
|
||||
|
||||
go 1.18
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/alecthomas/kingpin/v2 v2.3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue