build(deps): Upgrade various dependencies #34
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We have a critical security update on Docker auth, which is an
indirect dependency of the test code (seemingly via oras). See #13.
This is the culmination of different attempts at upgrading without
having to make substantial changes to the sloth source code.
Some notes:
requires at least Go 1.22.
to be synced.
1.23, so both root and test needs to be on 1.23.
don't work with the code. There might be further version jumps
we can do here.
This results in errors on lint which are addressed in #35.