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

Use Go 1.17 because Collector cannot be built without it #182

Merged
merged 1 commit into from
Nov 24, 2021

Conversation

NathanielRN
Copy link
Contributor

@NathanielRN NathanielRN commented Nov 24, 2021

Description

Build collector before we use SAM Docker Container.

  • The recent v0.39.0 collector introduced a change that required go 1.17
  • We can't download go 1.17 in the Docker Container used by SAM
  • We build the collector outside the Docker Container and just copy over later

@NathanielRN NathanielRN force-pushed the test-branch-for-ci branch 13 times, most recently from 40ef854 to baed661 Compare November 24, 2021 22:01
@NathanielRN NathanielRN changed the title Testing to see if CI is broken for PRs Use Go 1.17 because Collector cannot be built without it Nov 24, 2021
@NathanielRN NathanielRN marked this pull request as ready for review November 24, 2021 22:32
@NathanielRN NathanielRN force-pushed the test-branch-for-ci branch 7 times, most recently from a3007dc to 5b2c852 Compare November 24, 2021 23:00
* The recent v0.39.0 collector introduced a change that required go 1.17
* We can't download go 1.17 in the Docker Container used by SAM
* We build the collector outside the Docker Container and just copy over later
Copy link
Contributor

@wangzlei wangzlei left a comment

Choose a reason for hiding this comment

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

LGTM!

@wangzlei wangzlei merged commit ffa5f42 into open-telemetry:main Nov 24, 2021
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