Files
etcd/tools/mod/go.mod
Chun-Hung Tseng 307e30772b Bump go toolchain to 1.22.6
Reference:
- https://github.com/etcd-io/etcd/issues/18443

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-14 23:57:06 +02:00

11 lines
133 B
Modula-2

module go.etcd.io/etcd/tools/v3
go 1.22
toolchain go1.22.6
require (
github.com/gogo/protobuf v1.3.2
go.etcd.io/gofail v0.2.0
)