From 6d088db52b9e68897d1b8f0a39f15104c84191da Mon Sep 17 00:00:00 2001 From: Dhia Ayachi Date: Tue, 21 May 2024 14:38:48 -0400 Subject: [PATCH] set go toolchain to go1.22.3 (#21195) --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 07b19d7b5f..de1ee7a0c3 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/hashicorp/consul go 1.20 +toolchain go1.22.3 + replace ( github.com/hashicorp/consul/api => ./api github.com/hashicorp/consul/envoyextensions => ./envoyextensions