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 <[email protected]>
  • Loading branch information
pratimsc authored Oct 17, 2024
1 parent c2f5136 commit 4c4c3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/open-policy-agent/opa-envoy-plugin

go 1.21
toolchain go1.22.5
toolchain go1.23.1

require (
github.com/envoyproxy/go-control-plane v0.13.1
Expand Down

0 comments on commit 4c4c3fd

Please sign in to comment.