Skip to content

Commit

Permalink
Update GO version to match OPA version
Browse files Browse the repository at this point in the history
The OPA Envoy Plugin fails due to CVEs present in G 1.22.5.
Update it to Go version used by OPA i.e. 1.23.1, which has the required CVE fixes.

List of CVEs:
- CVE-2024-34155
- CVE-2024-34156
- CVE-2024-34158

Signed-off-by: Pratim SC <pratimsc@users.noreply.github.com>
  • Loading branch information
pratimsc committed Oct 16, 2024
1 parent e818d2e commit 7557fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.5
1.23.1

0 comments on commit 7557fdd

Please sign in to comment.