mirror of https://github.com/status-im/consul.git
set go toolchain to go1.22.3 (#21195)
This commit is contained in:
parent
943f0072c0
commit
6d088db52b
2
go.mod
2
go.mod
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue