[chore] Fix go mod in tools (#1746)
This commit is contained in:
parent
991d6caa40
commit
0da8d8ab7e
|
|
@ -1,7 +1,8 @@
|
||||||
module github.com/open-telemetry/opentelemetry-specification/internal/tools
|
module github.com/open-telemetry/opentelemetry-specification/internal/tools
|
||||||
|
|
||||||
go 1.22
|
go 1.22.0
|
||||||
toolchain go1.22.5
|
|
||||||
|
toolchain go1.23.4
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/client9/misspell v0.3.4
|
github.com/client9/misspell v0.3.4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue