We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/area registry
To meet the objective of #1237, we need to ensure our registry support services is using Go 1.19 with updated dependencies.
index/generator/go.mod
index/server/go.mod
registry-library/go.mod
tests/integration/go.mod
index/generator/go.sum
index/server/go.sum
registry-library/go.sum
tests/integration/go.sum
io/ioutil
The text was updated successfully, but these errors were encountered:
Update requirements under documentation
No prior documentation in registry-support on Go version requirements, added a Go version badge to the root README.
Sorry, something went wrong.
Go 1.19 changes are for ready for review: devfile/registry-support#212
devfile-index-base
ffc3a09
Need to merge devfile/registry#316 before merging devfile/registry-support#212.
PR update: devfile/registry-support#212 (comment)
v1.1.0
michael-valdron
Successfully merging a pull request may close this issue.
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
index/generator/go.mod
to use Go 1.19index/server/go.mod
to use Go 1.19registry-library/go.mod
to use Go 1.19tests/integration/go.mod
to use Go 1.19index/generator/go.mod
andindex/generator/go.sum
and migrate any changesindex/server/go.mod
andindex/server/go.sum
and migrate any changesregistry-library/go.mod
andregistry-library/go.sum
and migrate any changestests/integration/go.mod
andtests/integration/go.sum
and migrate any changesio/ioutil
since it is now deprecatedThe text was updated successfully, but these errors were encountered: