-
Notifications
You must be signed in to change notification settings - Fork 107
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
Use Go 1.21 and update osbuild/images to v0.69.0 #4241
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
f2b2250
to
1f84858
Compare
1f84858
to
2e560be
Compare
Tests failing with
@kingsleyzissou Is this related to recent oscap changes in osbuild/images? Either v0.68.0 or v0.69.0? |
Yeah, I fixed the test (in images), but we moved the tailoring file to Edit: had to check which repo we were in, thought this was for images. |
So is it enough to update the path in the test to look for the file in |
Yeah, as far as I can see we aren't running any scans. So changing it to |
Go 1.21 is included in all currently supported distro versions. It is required by new updates to some of our dependencies, including osbuild/images.
Some depsolve-related error messages in osbuild/images changed. Update the expected error messages in our tests.
2e560be
to
e2ed683
Compare
followup of PR osbuild#4241
go.mod: update to go v1.21
Go 1.21 is included in all currently supported distro versions.
It is required by new updates to some of our dependencies, including
osbuild/images.
go.mod: update osbuild/images to v0.69.0
weldr: update expected error messages
Some depsolve-related error messages in osbuild/images changed. Update
the expected error messages in our tests.