update go version to 1.22.4 (#21265)

* update go version to 1.22.4

* add changelog
This commit is contained in:
Dhia Ayachi 2024-06-06 10:46:05 -04:00 committed by GitHub
parent 9e23fa7840
commit 2631ec843a
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