From 96a753c2eaacd808a25185784df28233e3b18af6 Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Thu, 5 Sep 2024 13:44:36 -0700 Subject: [PATCH] Bump go toolchain to 1.22.7 Signed-off-by: Ivan Valdes --- .go-version | 2 +- functional/scripts/docker-local-agent.sh | 2 +- functional/scripts/docker-local-tester.sh | 2 +- go.mod | 2 +- tools/mod/go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.go-version b/.go-version index 013173af5e9..87b26e8b1aa 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.6 +1.22.7 diff --git a/functional/scripts/docker-local-agent.sh b/functional/scripts/docker-local-agent.sh index 729083684b3..13e90b48204 100755 --- a/functional/scripts/docker-local-agent.sh +++ b/functional/scripts/docker-local-agent.sh @@ -13,7 +13,7 @@ if ! [[ "${0}" =~ "scripts/docker-local-agent.sh" ]]; then fi if [[ -z "${GO_VERSION}" ]]; then - GO_VERSION=1.22.6 + GO_VERSION=1.22.7 fi echo "Running with GO_VERSION:" ${GO_VERSION} diff --git a/functional/scripts/docker-local-tester.sh b/functional/scripts/docker-local-tester.sh index cfba9c65a19..ac240769e4d 100755 --- a/functional/scripts/docker-local-tester.sh +++ b/functional/scripts/docker-local-tester.sh @@ -6,7 +6,7 @@ if ! [[ "${0}" =~ "scripts/docker-local-tester.sh" ]]; then fi if [[ -z "${GO_VERSION}" ]]; then - GO_VERSION=1.22.6 + GO_VERSION=1.22.7 fi echo "Running with GO_VERSION:" ${GO_VERSION} diff --git a/go.mod b/go.mod index 851a3a49638..166b53f06dc 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module go.etcd.io/etcd go 1.22 -toolchain go1.22.6 +toolchain go1.22.7 require ( github.com/bgentry/speakeasy v0.1.0 diff --git a/tools/mod/go.mod b/tools/mod/go.mod index 0a94f5f1a1c..c788ee506ba 100644 --- a/tools/mod/go.mod +++ b/tools/mod/go.mod @@ -2,7 +2,7 @@ module go.etcd.io/etcd/tools/v3 go 1.22 -toolchain go1.22.6 +toolchain go1.22.7 require ( github.com/gogo/protobuf v1.3.2