Browse Source

set go toolchain to go1.22.3 (#21195)

pull/21199/head
Dhia Ayachi 6 months ago committed by GitHub
parent
commit
6d088db52b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      go.mod

2
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

Loading…
Cancel
Save