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 library
To meet the objective of #1237, we need to ensure our devfile library is using Go 1.19 with updated dependencies.
go.mod
go.sum
io/ioutil
The text was updated successfully, but these errors were encountered:
PR changes are ready for review: devfile/library#203
Sorry, something went wrong.
michael-valdron
Successfully merging a pull request may close this issue.
Which area/kind this issue is related to?
/area library
Issue Description
To meet the objective of #1237, we need to ensure our devfile library is using Go 1.19 with updated dependencies.
Acceptance Criteria
go.mod
to use Go 1.19go.mod
andgo.sum
and migrate any changesio/ioutil
since it is now deprecatedThe text was updated successfully, but these errors were encountered: