Dependencies: Bump Go to v1.25.5 (#114749)

This commit is contained in:
Matheus Macabu
2025-12-03 10:18:31 +01:00
committed by GitHub
parent 553d14ba8e
commit 3e50bfced8
49 changed files with 49 additions and 51 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/go-jose/go-jose/v4 v4.1.3
+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