From 8e7588dd46ae210a576405eeb5bf631e35453b3e Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Thu, 15 Aug 2024 00:04:43 +0200 Subject: [PATCH] Bump go toolchain to 1.22.6 Reference: - https://github.com/etcd-io/etcd/issues/18443 Signed-off-by: Chun-Hung Tseng --- .go-version | 2 +- go.mod | 4 ++-- integration/sleep/go.mod | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.go-version b/.go-version index 0c5bf37..013173a 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.21.13 +1.22.6 diff --git a/go.mod b/go.mod index 6ba50ef..3211e12 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module go.etcd.io/gofail -go 1.21 +go 1.22 -toolchain go1.21.13 +toolchain go1.22.6 require github.com/stretchr/testify v1.9.0 diff --git a/integration/sleep/go.mod b/integration/sleep/go.mod index 16f9891..dc1728e 100644 --- a/integration/sleep/go.mod +++ b/integration/sleep/go.mod @@ -1,8 +1,8 @@ module go.etcd.io/gofail/integration/sleep -go 1.21 +go 1.22 -toolchain go1.21.11 +toolchain go1.22.6 require go.etcd.io/gofail v0.1.1-0.20240328162059-93c579a86c46