From fce960dd8ab1f21e9d7ddcd6121fdaf1890af4d0 Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Sat, 19 Oct 2024 22:48:05 +0800 Subject: [PATCH] [main] Bump go toolchain to 1.22.8 Reference: - https://github.com/etcd-io/etcd/issues/18665 Signed-off-by: Chun-Hung Tseng --- .go-version | 2 +- go.mod | 2 +- integration/sleep/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.go-version b/.go-version index 87b26e8..229a27c 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.7 +1.22.8 diff --git a/go.mod b/go.mod index 36be323..4e25a5b 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module go.etcd.io/gofail go 1.22 -toolchain go1.22.7 +toolchain go1.22.8 require github.com/stretchr/testify v1.9.0 diff --git a/integration/sleep/go.mod b/integration/sleep/go.mod index 3ba8655..ef77f4d 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.7 +toolchain go1.22.8 require go.etcd.io/gofail v0.1.1-0.20240328162059-93c579a86c46