From 2631ec843a0f1d203f07dbbeac7d373b7b609010 Mon Sep 17 00:00:00 2001 From: Dhia Ayachi Date: Thu, 6 Jun 2024 10:46:05 -0400 Subject: [PATCH] update go version to 1.22.4 (#21265) * update go version to 1.22.4 * add changelog --- .changelog/21265.txt | 3 +++ .go-version | 2 +- go.mod | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .changelog/21265.txt diff --git a/.changelog/21265.txt b/.changelog/21265.txt new file mode 100644 index 0000000000..fdf600e70c --- /dev/null +++ b/.changelog/21265.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +upgrade go version to v1.22.4. +``` diff --git a/.go-version b/.go-version index 98f7da137c..2a0ba77cc5 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.3 \ No newline at end of file +1.22.4 diff --git a/go.mod b/go.mod index d658f8141b..bd1a87799a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/hashicorp/consul go 1.20 -toolchain go1.22.3 +toolchain go1.22.4 replace ( github.com/hashicorp/consul/api => ./api