osmosis
osmosis copied to clipboard
chore: update to tagged submodules
What is the purpose of the change
- updating submodules to the latest tags
Important Notice
This PR modifies an in-repo Go module. It is one of:
- osmomath
- osmoutils
- x/ibc-hooks
- x/epochs
The dependent Go modules, especially the root one, will have to be updated to reflect the changes. Failing to do so might cause e2e to fail.
Please follow the instructions below:
- Open https://github.com/osmosis-labs/osmosis/actions/workflows/go-mod-auto-bump.yml
- Provide the current branch name
- On success, confirm if an automated commit corretly updated the go.mod and go.sum files
Please let us know if you need any help.
Before this gets merged, we need to retag osmoutils because its using gotoolchain which we need to remove
We also should figure out why e2e is ultra flakey before merging this in, its not related to this PR but, this will add many things on top of what the issue could be
closing, superseded by https://github.com/osmosis-labs/osmosis/pull/8218