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

Update dependencies and set compatibility to go1.17 #362

Merged
merged 3 commits into from
May 17, 2023

Conversation

monsahai
Copy link
Contributor

@monsahai monsahai commented May 16, 2023

Explicitly updated the version of github.com/envoyproxy/go-control-plane from v0.10.0 to v0.10.1:

go get github.com/envoyproxy/go-control-plane@v0.10.1

Ran below command to update all module dependencies:

go get ./...

This suggested to resolve the warning about a retracted version by running the command below:

go get github.com/Azure/go-autorest/autorest/adal@latest

Finally ran:

go mod tidy --compat=1.17

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented May 16, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: monsahai / name: Monika Sahai (1e8a21b)

@paulosjca paulosjca self-assigned this May 17, 2023
@monsahai
Copy link
Contributor Author

Updated the branch with latest test-infra.
Ran below command to update all model dependency:
go get ./...
which suggested to resolve the warning about a retracted version by running below:
go get github.com/Azure/go-autorest/autorest/adal@latest
Finally ran go mod tidy --compat=1.17

@monsahai monsahai marked this pull request as ready for review May 17, 2023 20:42
@paulosjca paulosjca self-requested a review May 17, 2023 20:44
@paulosjca paulosjca added clean up Improvement or refactor with without significant change to logic release notes: yes Indicates that PR needs to be in release notes dependencies Pull requests that update a dependency file labels May 17, 2023
@paulosjca paulosjca changed the title Update OSS benchmark dependencies compatibility to go1.17 Update dependencies and set compatibility to go1.17 May 17, 2023
@paulosjca paulosjca linked an issue May 17, 2023 that may be closed by this pull request
@paulosjca paulosjca self-requested a review May 17, 2023 21:34
@paulosjca paulosjca merged commit 4a72e92 into grpc:master May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean up Improvement or refactor with without significant change to logic dependencies Pull requests that update a dependency file release notes: yes Indicates that PR needs to be in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade dependency "github.com/envoyproxy/go-control-plane"
2 participants