Skip to content

Commit

Permalink
Backport of NET-10288-Bump-go-to-resolve-CVE-2024-24791 into release/…
Browse files Browse the repository at this point in the history
…1.19.x (#21513)

* backport of commit 764532e

* backport of commit 61ee7f8

* backport of commit d7da6ce

---------

Co-authored-by: Sarah Alsmiller <[email protected]>
Co-authored-by: sarahalsmiller <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2024
1 parent 1e3ea57 commit 32938b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/21507.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:security
Upgrade go version to 1.22.5 to address [CVE-2024-24791](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-24791)
```
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.4
1.22.5
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/hashicorp/consul

go 1.20

toolchain go1.22.4
toolchain go1.22.5

replace (
github.com/hashicorp/consul/api => ./api
Expand Down

0 comments on commit 32938b1

Please sign in to comment.