Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Failing scripts/unit-test action (#566)
Fixes failing scripts/unit-test GH action by using the latest patch of go1.21 instead of go1.21.0. We were seeing errors like: ``` Failed to compile otel-collector: ... compile: version "go1.21.9" does not match go tool version "go1.21.0" ``` Signed-off-by: Carson Long <[email protected]> Co-authored-by: Andrew Crump <[email protected]>
- Loading branch information