You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade go to 1.20.4 and fix go version detection to address test failures (#1319)
Summary: This upgrades our golang SDKs to the latest patch version
to pull in bug fixes and security fixes.
Our go tls tracing tests failed with this minor version upgrade. These
failures are due to our go version detection failing, which prevents
stirling from adding uprobes to the application. For now I've applied a
temporary fix for our go version detection, but in #1300 and #1318 we
need to revamp how this detection works since it has issues with 32 bit
binaries and now binaries built for go 1.20.4 and later.
Relevant Issues: N/A
Type of change: /kind cleanup
Test Plan: Existing tests should provide enough coverage.
- [x] Verified that `go_tls_trace_bpf_tests` failing on #1266 pass
([P381](https://phab.corp.pixielabs.ai/P381))
---------
Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
Signed-off-by: Dom Del Nano <ddelnano@pixielabs.ai>
Co-authored-by: Vihang Mehta <vihang@pixielabs.ai>
0 commit comments