Browse Source

update go version to 1.22.4 (#21265)

* update go version to 1.22.4

* add changelog
pull/21271/head
Dhia Ayachi 6 months ago committed by GitHub
parent
commit
2631ec843a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .changelog/21265.txt
  2. 2
      .go-version
  3. 2
      go.mod

3
.changelog/21265.txt

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

2
.go-version

@ -1 +1 @@
1.22.3
1.22.4

2
go.mod

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

Loading…
Cancel
Save