go: fix go.mod version from 1.21.7 to 1.21

Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
pull/13604/head
junya koyama 1 year ago
parent 39e858e524
commit e171f6c8aa
No known key found for this signature in database
GPG Key ID: CF96D4804B10B725
  1. 2
      documentation/examples/remote_storage/go.mod
  2. 2
      go.mod

@ -1,6 +1,6 @@
module github.com/prometheus/prometheus/documentation/examples/remote_storage
go 1.21.7
go 1.21
require (
github.com/alecthomas/kingpin/v2 v2.4.0

@ -1,6 +1,6 @@
module github.com/prometheus/prometheus
go 1.21.7
go 1.21
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1

Loading…
Cancel
Save