From 6df0c06e46b435af01615a9688e82c5a76e3ffcb Mon Sep 17 00:00:00 2001 From: Anurag De Date: Fri, 6 Dec 2024 12:41:52 +0530 Subject: [PATCH] Removed trailing S from go.mod Signed-off-by: Anurag De --- integration/sleep/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/sleep/go.mod b/integration/sleep/go.mod index c8f50e7..92ccd8f 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.10S +toolchain go1.22.10 require go.etcd.io/gofail v0.1.1-0.20240328162059-93c579a86c46