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.mod
to use Go 1.19 - Update
index/server/go.mod
to use Go 1.19 - Update
registry-library/go.mod
to use Go 1.19 - Update
tests/integration/go.mod
to use Go 1.19 - Update dependencies under
index/generator/go.mod
andindex/generator/go.sum
and migrate any changes - Update dependencies under
index/server/go.mod
andindex/server/go.sum
and migrate any changes - Update dependencies under
registry-library/go.mod
andregistry-library/go.sum
and migrate any changes - Update dependencies under
tests/integration/go.mod
andtests/integration/go.sum
and migrate any changes - Refactor all library calls to
io/ioutil
since it is now deprecated - Update workflows to use Go 1.19
- Update requirements under documentation
Metadata
Metadata
Assignees
Type
Projects
Status
Done ✅