From f2559dcecb01fc98e09c30d03f7b814e98ad5022 Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Thu, 8 Aug 2024 21:54:03 +0200 Subject: [PATCH] go version bump from 1.22.5 to 1.22.6 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 da9594fd6..013173af5 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.5 +1.22.6 diff --git a/go.mod b/go.mod index b29c4abf8..ea35d8ace 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module go.etcd.io/bbolt go 1.22 -toolchain go1.22.5 +toolchain go1.22.6 require ( github.com/spf13/cobra v1.8.1