[release-12.2.1] Go: Update to 1.25.2 + golangci-lint v2.5.0 + golang.org/x/net v0.45.0 (#112156)

* Go: Update to 1.25.2

* golangci-lint: Update to 2.5.0

* Dependencies: Bump golang.org/x/net to v0.45.0

* Fix broken feature toggle test
This commit is contained in:
Matheus Macabu
2025-10-08 15:00:14 +02:00
committed by GitHub
parent 37eeb82b5c
commit d690b06941
75 changed files with 821 additions and 683 deletions
+5 -5
View File
@@ -1,16 +1,16 @@
module github.com/grafana/grafana/hack
go 1.24.6
go 1.25.2
require k8s.io/code-generator v0.33.1
require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/text v0.25.0 // indirect
golang.org/x/tools v0.33.0 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/tools v0.36.0 // indirect
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
)