chore: update Go toolchain to 1.26

This commit is contained in:
Hanzo Dev
2026-03-02 12:12:18 -08:00
parent a1f9e76835
commit 97be7706e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/tempo
go 1.26.0
go 1.26
require (
cloud.google.com/go/storage v1.60.0
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/grafana/tempo/tools
go 1.26.0
go 1.26
require (
github.com/golangci/golangci-lint/v2 v2.9.0