[release-12.3.1] Dependencies: Bump Go to v1.25.5 (#114751)

Dependencies: Bump Go to v1.25.5
This commit is contained in:
Matheus Macabu
2025-12-03 11:14:35 +01:00
committed by GitHub
parent 601a08e84c
commit 6c1aba662e
46 changed files with 46 additions and 48 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/aggregator
go 1.25.3
go 1.25.5
require (
github.com/emicklei/go-restful/v3 v3.13.0
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apimachinery
go 1.25.3
go 1.25.5
require (
github.com/grafana/authlib v0.0.0-20250930082137-a40e2c2b094f // @grafana/identity-access-team
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/apiserver
go 1.25.3
go 1.25.5
require (
github.com/google/go-cmp v0.7.0
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/build
go 1.25.3
go 1.25.5
// 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.25.3
go 1.25.5
require (
github.com/google/go-cmp v0.7.0
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/codegen
go 1.25.3
go 1.25.5
require (
cuelang.org/go v0.11.1
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/plugins/codegen
go 1.25.3
go 1.25.5
replace github.com/grafana/grafana/pkg/codegen => ../../codegen
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/promlib
go 1.25.3
go 1.25.5
require (
github.com/grafana/dskit v0.0.0-20250908063411-6b6da59b5cc4
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana/pkg/semconv
go 1.25.3
go 1.25.5
require go.opentelemetry.io/otel v1.38.0