-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 golang version to 1.17 #1036
Conversation
Hi @ina-stoyanova @infraredgirl @marinalimeira @robmorgan, Is there a chance to get a review? Thx |
Hey @ZPascal we'll prioritize this and send you a response! :) Thank you for the PR contribution :) |
Hi, with the go version update, I think should reformatted files using new rules - on this PR, after execution of Example:
|
@denis256 For my understanding, it's better to reformat the files in a separate PR. I can prepare a PR for that. |
Thanks for the contribution! There are two issues that need to be resolved before we can merge this in:
Alternatively, you can set the |
@yorinasub17 Thanks for the clarification and information. I will update my PR. |
…onfiguration and execute pre-commit hooks
@yorinasub17 Is there a possibility to test the modified circle ci configuration? |
Apologies for the delay! Just ran the build and looks like it failed on the precommit hook for |
Thanks for the update! I kicked off the build, and it was able to get further, but there was still one more regression that needs to be addressed. All references to go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates! The rerun of the build passed, and this is almost ready to go. One final check we need to make is to make sure that this doesn't break our Azure testing.
@HadwaAbdelhalem when you get the chance, can you run this through our Azure GitHub Action and report the results? Thanks!
@yorinasub17 Looks good to me I ran the CI, the failure is due to subscription limits. |
@HadwaAbdelhalem Thanks for running! Will merge this in now! @ZPascal thanks for the contribution and working through the long cycles! |
Hi community, I've updated the deprecated old version of Golang to the current version.