Skip to content

Commit

Permalink
Enable GOEXPERIMENT=boringcrypto for go1.19 and 1.10 binaries to vali…
Browse files Browse the repository at this point in the history
…date boringcrypto TLS tracing

Signed-off-by: Dom Del Nano <ddelnano@pixielabs.ai>
  • Loading branch information
ddelnano committed Jun 6, 2023
1 parent cfe6c96 commit 17bc2dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pl_go_overrides()
go_download_sdk(
name = "go_sdk",
version = "1.20.4",
experiments = ["boringcrypto"],
)

go_rules_dependencies()
Expand Down Expand Up @@ -232,11 +233,13 @@ go_download_sdk(
go_download_sdk(
name = "go_sdk_1_19",
version = "1.19.9",
experiments = ["boringcrypto"],
)

go_download_sdk(
name = "go_sdk_1_20",
version = "1.20.4",
experiments = ["boringcrypto"],
)

pip_parse(
Expand Down

0 comments on commit 17bc2dc

Please sign in to comment.