diff --git a/.go-version b/.go-version index 013173a..87b26e8 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.6 +1.22.7 diff --git a/go.mod b/go.mod index 3211e12..36be323 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module go.etcd.io/gofail go 1.22 -toolchain go1.22.6 +toolchain go1.22.7 require github.com/stretchr/testify v1.9.0 diff --git a/integration/sleep/go.mod b/integration/sleep/go.mod index dc1728e..3ba8655 100644 --- a/integration/sleep/go.mod +++ b/integration/sleep/go.mod @@ -2,7 +2,7 @@ module go.etcd.io/gofail/integration/sleep go 1.22 -toolchain go1.22.6 +toolchain go1.22.7 require go.etcd.io/gofail v0.1.1-0.20240328162059-93c579a86c46