open-telemetry / opentelemetry-go-instrumentation

OpenTelemetry Auto Instrumentation using eBPF
https://opentelemetry.io
Apache License 2.0
554 stars 84 forks source link

Test against multiple versions of Go #165

Open pellared opened 1 year ago

pellared commented 1 year ago

Currently the tests are executed only on the latest (1.20) Go version.

We should run on CI the tests against all supported versions of Go.

pellared commented 1 year ago

Removing from Beta project. I think it is good enough to test against the latest release for beta.

pellared commented 1 year ago

SIG meeting:

pellared commented 1 year ago

By @RonFed:

Adding support for multiple kernel versions in our e2e tests will greatly improve the eBPF code stability. I found a similar infrastructure we might find helpful in https://github.com/cilium/ebpf/blob/main/run-tests.sh.