Chore: Upgrade go from 1.21.0 to 1.21.10 (#87479)

This commit is contained in:
Stephanie Hingtgen 2024-05-09 07:57:08 -05:00 committed by GitHub
parent 116a7ad1d1
commit 1bc6738d92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apimachinery
go 1.21.0
go 1.21.10
require (
k8s.io/apimachinery v0.29.2

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apiserver
go 1.21.0
go 1.21.10
require (
github.com/bwmarrin/snowflake v0.3.0

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/promlib
go 1.21.0
go 1.21.10
require (
github.com/grafana/grafana-plugin-sdk-go v0.229.0

View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/util/xorm
go 1.21
go 1.21.10
require (
github.com/mattn/go-sqlite3 v1.14.19