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:
SuperQ 2023-12-07 13:38:31 +01:00
parent b9960d6d8d
commit bf2b1ac115
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1
3 changed files with 20 additions and 3 deletions

View file

@ -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