From c3c8b647c1594b9779f9a5bddd28f8b5626678df Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Thu, 8 Aug 2024 22:12:32 +0200 Subject: [PATCH] go version bump from 1.21.12 to 1.21.13 Reference: https://github.com/etcd-io/etcd/issues/18419 Signed-off-by: Chun-Hung Tseng --- .go-version | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 88863fd..0c5bf37 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.21.11 +1.21.13 diff --git a/go.mod b/go.mod index d3765fe..6ba50ef 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module go.etcd.io/gofail go 1.21 -toolchain go1.21.11 +toolchain go1.21.13 require github.com/stretchr/testify v1.9.0