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 devfile community registry build and deployment workflows is using Go 1.19.
go.mod
io/ioutil
devfile-index-base
ffc3a09
v1.1.0
The text was updated successfully, but these errors were encountered:
Update all go.mod files under the test modules to use Go 1.19 Refactor all library calls to io/ioutil since it is now deprecated
These are already done, see the following PRs:
Sorry, something went wrong.
Openshift PR opened here: openshift/release#49735 Registry PR opened here: devfile/registry#318
Jdubrick
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 devfile community registry build and deployment workflows is using Go 1.19.
Acceptance Criteria
go.mod
files under the test modules to use Go 1.19io/ioutil
since it is now deprecateddevfile-index-base
and index/generatordevfile-index-base
atffc3a09
registry#316 and Freeze index/generator atv1.1.0
registry#317 for changes to revertThe text was updated successfully, but these errors were encountered: