-
Notifications
You must be signed in to change notification settings - Fork 63
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 projects to v1.19 #1237
Comments
We need to include patching dependencies as one of the tasks to do for each of the acceptance criteria items, to address issues such as #1180. |
Before starting any child item, we need to ensure consumers of those modules are compatible with Go 1.19 (i.e. using >= 1.19). |
Some modules may not need this prerequisite, the registry index server for example would not however the devfile library and registry library would need to be compatible with consumer tools and services. |
I've added some commits to update the integration-tests repo to go 1.19 here: devfile/integration-tests#99 |
I'm putting this item for the next refinement call. I think it might be good to refine it and prioritize it at some point. Could also be an EPIC with sub tasks per repo. |
I've upgraded API to use 1.19 here: #1345 |
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
Still needs to be done across some of our repositories. |
+1 |
All maintained Go modules have been updated to Go version 1.19. |
/kind user-story
/kind epic
Which area this user story is related to?
/area api
/area library
/area registry
/area alizer
User Story
As a developer of devfile, I want to provide effective patching support the user base of devfile services, so that users continue to devfile services knowing that they have the assurance that these services are receiving the security and bugfix patches when they are needed.
Part of meeting this goal is providing the patches shipped from dependencies of devfile services. With the version of Go used by most of devfile services
1.18
being EOL for some time it is becoming more difficult to provide patches from all the dependencies.Acceptance Criteria
The text was updated successfully, but these errors were encountered: