From 246e55d9263f791f9fcb4305b174c013ce19c99c Mon Sep 17 00:00:00 2001 From: Anurag De Date: Wed, 4 Dec 2024 14:36:18 +0530 Subject: [PATCH] Updated Go Version to 1.22.10 Signed-off-by: Anurag De --- .go-version | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index d28b1eb8f..f5ae94571 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.9 +1.22.10 diff --git a/go.mod b/go.mod index 6dbdb8ffa..f280bb0cf 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module go.etcd.io/bbolt go 1.22 -toolchain go1.22.9 +toolchain go1.22.10 require ( github.com/stretchr/testify v1.8.1