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 go.mod go directive #4082

Merged
merged 2 commits into from
Sep 26, 2022
Merged

Conversation

ericvn
Copy link

@ericvn ericvn commented Sep 26, 2022

What this PR does / why we need it:

Update the go.mod go directive to match that in istio/istio.

Note that there really isn't a need to update this directive. We haven't added anything the needs Go 1.16+ functionality (and not even sure if we need 1.15).

We do pick up lint errors when specifying a later Go version as there are library deprecations. Note that the changes to fix this lint would require a go 1.16 as the library functions were added in 1.16 (I suspect that leaving the go directive as 1.15 will cause compilation errors trying to access the 1.16 functions).

@ericvn ericvn requested a review from a team as a code owner September 26, 2022 14:49
@istio-testing istio-testing added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Sep 26, 2022
@istio-testing istio-testing added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 26, 2022
@istio-policy-bot
Copy link

🤔 🐛 You appear to be fixing a bug in Go code, yet your PR doesn't include updates to any test files. Did you forget to add a test?

Courtesy of your friendly test nag.

Copy link
Member

@zirain zirain left a comment

Choose a reason for hiding this comment

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

thanks!

@istio-testing istio-testing merged commit 53a5425 into istio:master Sep 26, 2022
@ericvn ericvn deleted the updateGoModGoDirective branch September 26, 2022 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants