set go toolchain to go1.22.3 (#21195)

This commit is contained in:
Dhia Ayachi 2024-05-21 14:38:48 -04:00 committed by GitHub
parent 943f0072c0
commit 6d088db52b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

2
go.mod
View File

@ -2,6 +2,8 @@ module github.com/hashicorp/consul
go 1.20 go 1.20
toolchain go1.22.3
replace ( replace (
github.com/hashicorp/consul/api => ./api github.com/hashicorp/consul/api => ./api
github.com/hashicorp/consul/envoyextensions => ./envoyextensions github.com/hashicorp/consul/envoyextensions => ./envoyextensions