[chore] Fix go mod in tools (#1746)

This commit is contained in:
Joao Grassi 2025-01-15 10:26:49 +01:00 committed by GitHub
parent 991d6caa40
commit 0da8d8ab7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
module github.com/open-telemetry/opentelemetry-specification/internal/tools
go 1.22
toolchain go1.22.5
go 1.22.0
toolchain go1.23.4
require (
github.com/client9/misspell v0.3.4