Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Failing scripts/unit-test action #566

Merged
merged 1 commit into from
Apr 15, 2024
Merged

fix: Failing scripts/unit-test action #566

merged 1 commit into from
Apr 15, 2024

Conversation

ctlong
Copy link
Member

@ctlong ctlong commented Apr 15, 2024

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"

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 <12767276+ctlong@users.noreply.github.com>
@ctlong ctlong requested a review from a team as a code owner April 15, 2024 21:47
@ctlong ctlong merged commit b84f33a into v7.x Apr 15, 2024
3 checks passed
@ctlong ctlong deleted the fix/scripts/unit-test branch April 15, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants