Skip to content

Update Devfile Registry Support Services to use Go 1.19 #1469

Closed
devfile/registry-support
#212
@michael-valdron

Description

@michael-valdron

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 and index/generator/go.sum and migrate any changes
  • Update dependencies under index/server/go.mod and index/server/go.sum and migrate any changes
  • Update dependencies under registry-library/go.mod and registry-library/go.sum and migrate any changes
  • Update dependencies under tests/integration/go.mod and tests/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

Labels

area/registryDevfile registry for stacks and infrastructurekind/task

Type

No type

Projects

Status

Done ✅

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions