-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
devfile/registry-support
#212Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructurekind/task
Description
Which area/kind this issue is related to?
/area registry
Issue Description
To meet the objective of #1237, we need to ensure our registry support services is using Go 1.19 with updated dependencies.
Acceptance Criteria
- Update
index/generator/go.modto use Go 1.19 - Update
index/server/go.modto use Go 1.19 - Update
registry-library/go.modto use Go 1.19 - Update
tests/integration/go.modto use Go 1.19 - Update dependencies under
index/generator/go.modandindex/generator/go.sumand migrate any changes - Update dependencies under
index/server/go.modandindex/server/go.sumand migrate any changes - Update dependencies under
registry-library/go.modandregistry-library/go.sumand migrate any changes - Update dependencies under
tests/integration/go.modandtests/integration/go.sumand migrate any changes - Refactor all library calls to
io/ioutilsince it is now deprecated - Update workflows to use Go 1.19
- Update requirements under documentation
Metadata
Metadata
Assignees
Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructurekind/task
Type
Projects
Status
Done ✅