Revert to go 1.24.5

Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
This commit is contained in:
Maicon Costa
2025-07-23 21:53:47 -03:00
parent a0b5242b70
commit 2874095fb9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/grafana
go 1.24.5
go 1.24.4
require (
buf.build/gen/go/parca-dev/parca/connectrpc/go v1.18.1-20250703125925-3f0fcf4bff96.1 // @grafana/observability-traces-and-profiling
+1 -1
View File
@@ -1,4 +1,4 @@
go 1.24.5
go 1.24.4
// The `skip:golangci-lint` comment tag is used to exclude the package from the `golangci-lint` GitHub Action.
// The module at the root of the repo (`.`) is excluded because ./pkg/... is included manually in the `golangci-lint` configuration.