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

install go1.17 for KubeEdge when building fuzzers #8901

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

vincentgoat
Copy link
Contributor

@vincentgoat vincentgoat commented Nov 1, 2022

Signed-off-by: vincentgoat [email protected]

install go1.17 for KubeEdge when building fuzzers

Fix issue cncf/cncf-fuzzing#232
cc @AdamKorcz

@google-cla
Copy link

google-cla bot commented Nov 1, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@AdamKorcz
Copy link
Collaborator

@vincentgoat instead of using an old base builder image, could KubeEdge just install an older version of Go? Like here:

RUN wget https://go.dev/dl/go1.17.5.linux-amd64.tar.gz && rm -rf /usr/local/go && tar -C /usr/local -xzf go1.17.5.linux-amd64.tar.gz && ldconfig

@vincentgoat
Copy link
Contributor Author

Yes sure, I will take it a try, thx.

@vincentgoat vincentgoat changed the title pick the base-builder-go images which highest support go1.17 install go1.17 for KubeEdge when buiding fuzzers Nov 1, 2022
@vincentgoat vincentgoat changed the title install go1.17 for KubeEdge when buiding fuzzers install go1.17 for KubeEdge when building fuzzers Nov 1, 2022
@vincentgoat
Copy link
Contributor Author

@AdamKorcz PTAL

@AdamKorcz
Copy link
Collaborator

It seems to work well. Juts the CLA is missing, and we can merge this.

@vincentgoat
Copy link
Contributor Author

CLA has been done.

@vincentgoat
Copy link
Contributor Author

vincentgoat commented Nov 1, 2022

/hold I will test one more case.

@vincentgoat
Copy link
Contributor Author

/unhold
test ok, PTAL

@AdamKorcz AdamKorcz merged commit d8a33f3 into google:master Nov 1, 2022
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