Backport of update go version to 1.22.4 into release/1.18.x (#21268)

update go version to 1.22.4 (#21265)

* update go version to 1.22.4

* add changelog

Co-authored-by: Dhia Ayachi <dhia@hashicorp.com>
pull/21293/head
hc-github-team-consul-core 2024-06-07 12:32:32 -07:00 committed by GitHub
parent 4d0fdf64a0
commit 1c1de8813d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

3
.changelog/21265.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:enhancement
upgrade go version to v1.22.4.
```

View File

@ -1 +1 @@
1.22.3
1.22.4

2
go.mod
View File

@ -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