From 24004216fdea92a0de0f8763d2afc9367ad23599 Mon Sep 17 00:00:00 2001 From: Anurag De Date: Fri, 6 Dec 2024 11:02:11 +0530 Subject: [PATCH] Updated Go version from 1.22.9 to 1.22.10 Signed-off-by: Anurag De --- .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 d28b1eb..3e8ee2a 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.9 +1.22.10 \ No newline at end of file diff --git a/go.mod b/go.mod index 090396a..4002c3b 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module go.etcd.io/gofail go 1.22 -toolchain go1.22.9 +toolchain go1.22.10 require github.com/stretchr/testify v1.10.0 diff --git a/integration/sleep/go.mod b/integration/sleep/go.mod index 553662f..c8f50e7 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.9 +toolchain go1.22.10S require go.etcd.io/gofail v0.1.1-0.20240328162059-93c579a86c46