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

[chore] Update go versions used in workflows #395

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

bryan-aguilar
Copy link
Contributor

This is a defensive PR to update the go versions to force a minimum version. The latest patch versions contains security related fixes.

@bryan-aguilar bryan-aguilar requested a review from a team as a code owner September 6, 2023 17:50
@@ -49,7 +49,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '~1.21'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this looks fine and low-risk, should we apply those changes first in the core/contrib repos, to ensure that everything is fully tested before preparing a release?

Like here:

https://github.com/open-telemetry/opentelemetry-collector/blob/03b56b6bca3fc2fca53a19fea849538de4dfda47/.github/workflows/build-and-test.yml#L22

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the PRs have already been made to collector core and contrib.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My PR is merely forcing a minimum version. minor version v1.21 is already being used in these workflows.

@codeboten codeboten merged commit 3feca60 into open-telemetry:main Sep 11, 2023
3 checks passed
@codeboten codeboten added this to the v0.85.0 milestone Sep 12, 2023
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.

None yet

4 participants