[v11.1.x] Chore: Bump Go to 1.22.7 (#93355)

Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
(cherry picked from commit c9741a5e0c)
This commit is contained in:
Dave Henderson
2024-09-18 17:10:20 +03:00
committed by GitHub
parent 56383725f3
commit dbc7496a00
12 changed files with 115 additions and 114 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apimachinery
go 1.21.10
go 1.22.7
require (
k8s.io/apimachinery v0.29.3
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apiserver
go 1.21.10
go 1.22.7
require (
github.com/bwmarrin/snowflake v0.3.0
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/build
go 1.22.4
go 1.22.7
// Override docker/docker to avoid:
// go: github.com/drone-runners/drone-runner-docker@v1.8.2 requires
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/build/wire
go 1.22.4
go 1.22.7
require (
github.com/google/go-cmp v0.6.0
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/promlib
go 1.21.10
go 1.22.7
require (
github.com/grafana/grafana-plugin-sdk-go v0.234.0