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

This commit is contained in:
Stephanie Hingtgen
2024-05-09 15:57:08 +03:00
committed by GitHub
parent 116a7ad1d1
commit 1bc6738d92
4 changed files with 4 additions and 4 deletions
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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