Skip to content
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 Devfile Registry Support Services to use Go 1.19 #1469

Closed
11 tasks done
Tracked by #1237
michael-valdron opened this issue Mar 6, 2024 · 4 comments · Fixed by devfile/registry-support#212
Closed
11 tasks done
Tracked by #1237
Assignees
Labels
area/registry Devfile registry for stacks and infrastructure kind/task

Comments

@michael-valdron
Copy link
Member

michael-valdron commented Mar 6, 2024

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
@michael-valdron michael-valdron added area/registry Devfile registry for stacks and infrastructure kind/task labels Mar 6, 2024
@michael-valdron michael-valdron self-assigned this Mar 7, 2024
@michael-valdron
Copy link
Member Author

Update requirements under documentation

No prior documentation in registry-support on Go version requirements, added a Go version badge to the root README.

@michael-valdron
Copy link
Member Author

Go 1.19 changes are for ready for review: devfile/registry-support#212

@michael-valdron
Copy link
Member Author

Need to merge devfile/registry#316 before merging devfile/registry-support#212.

@michael-valdron
Copy link
Member Author

PR update: devfile/registry-support#212 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/registry Devfile registry for stacks and infrastructure kind/task
Projects
Status: Done ✅
Development

Successfully merging a pull request may close this issue.

1 participant