go: fix go.mod version from 1.21.7 to 1.21

Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
This commit is contained in:
junya koyama 2024-02-24 00:33:35 +09:00
parent 39e858e524
commit e171f6c8aa
No known key found for this signature in database
GPG key ID: CF96D4804B10B725
2 changed files with 2 additions and 2 deletions

View file

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

2
go.mod
View file

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