-
Notifications
You must be signed in to change notification settings - Fork 612
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
chore: increment go mod to v6 (backport #2318) #2364
Merged
damiannolan
merged 7 commits into
release/v6.0.x
from
mergify/bp/release/v6.0.x/pr-2318
Sep 26, 2022
Merged
chore: increment go mod to v6 (backport #2318) #2364
damiannolan
merged 7 commits into
release/v6.0.x
from
mergify/bp/release/v6.0.x/pr-2318
Sep 26, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* bumpbing go mod to v6 * removing stale test file (cherry picked from commit c86d27f) # Conflicts: # modules/apps/27-interchain-accounts/controller/keeper/msg_server_test.go # modules/core/02-client/abci.go # modules/core/02-client/abci_test.go # modules/core/02-client/client/utils/utils.go # modules/core/02-client/keeper/client_test.go # modules/core/02-client/keeper/grpc_query_test.go # modules/core/02-client/keeper/keeper.go # modules/core/02-client/keeper/keeper_test.go # modules/core/02-client/keeper/proposal_test.go # modules/core/02-client/legacy/v100/genesis.go # modules/core/02-client/legacy/v100/genesis_test.go # modules/core/02-client/legacy/v100/store.go # modules/core/02-client/legacy/v100/store_test.go # modules/core/02-client/proposal_handler_test.go # modules/core/02-client/simulation/decoder_test.go # modules/core/02-client/types/codec_test.go # modules/core/02-client/types/encoding_test.go # modules/core/02-client/types/genesis_test.go # modules/core/02-client/types/msgs_test.go # modules/core/02-client/types/proposal_test.go # modules/core/02-client/types/tx.pb.go # modules/core/03-connection/keeper/handshake_test.go # modules/core/03-connection/keeper/keeper_test.go # modules/core/03-connection/keeper/verify.go # modules/core/03-connection/keeper/verify_test.go # modules/core/03-connection/types/msgs_test.go # modules/core/04-channel/keeper/packet_test.go # modules/core/genesis_test.go # modules/core/keeper/msg_server_test.go # modules/core/legacy/v100/genesis_test.go # modules/core/migrations/v5/migrations.go # modules/core/migrations/v5/migrations_test.go # modules/core/simulation/decoder_test.go # modules/core/types/codec.go # modules/light-clients/06-solomachine/client_state.go # modules/light-clients/06-solomachine/client_state_test.go # modules/light-clients/06-solomachine/codec.go # modules/light-clients/06-solomachine/misbehaviour_handle.go # modules/light-clients/06-solomachine/proof_test.go # modules/light-clients/06-solomachine/proposal_handle_test.go # modules/light-clients/06-solomachine/solomachine.pb.go # modules/light-clients/06-solomachine/types/consensus_state_test.go # modules/light-clients/06-solomachine/types/header_test.go # modules/light-clients/06-solomachine/types/misbehaviour_test.go # modules/light-clients/06-solomachine/types/solomachine.pb.go # modules/light-clients/06-solomachine/types/solomachine_test.go # modules/light-clients/06-solomachine/update.go # modules/light-clients/06-solomachine/update_test.go # modules/light-clients/07-tendermint/client_state.go # modules/light-clients/07-tendermint/client_state_test.go # modules/light-clients/07-tendermint/misbehaviour_handle_test.go # modules/light-clients/07-tendermint/types/consensus_state_test.go # modules/light-clients/07-tendermint/types/genesis_test.go # modules/light-clients/07-tendermint/types/header_test.go # modules/light-clients/07-tendermint/types/misbehaviour_handle.go # modules/light-clients/07-tendermint/types/misbehaviour_test.go # modules/light-clients/07-tendermint/types/proposal_handle_test.go # modules/light-clients/07-tendermint/types/store_test.go # modules/light-clients/07-tendermint/types/tendermint.pb.go # modules/light-clients/07-tendermint/types/tendermint_test.go # modules/light-clients/07-tendermint/types/update.go # modules/light-clients/07-tendermint/types/upgrade_test.go # modules/light-clients/07-tendermint/update_test.go # proto/ibc/lightclients/solomachine/v2/solomachine.proto # proto/ibc/lightclients/solomachine/v3/solomachine.proto # proto/ibc/lightclients/tendermint/v1/tendermint.proto # testing/README.md # testing/app.go # testing/chain.go # testing/config.go # testing/endpoint.go # testing/simapp/app.go # testing/solomachine.go # testing/values.go
mergify
bot
requested review from
AdityaSripal,
seantking,
charleenfei,
colin-axner,
damiannolan,
crodriguezvega and
chatton
as code owners
September 21, 2022 15:44
will handle conflicts on this backport |
damiannolan
approved these changes
Sep 26, 2022
colin-axner
reviewed
Sep 26, 2022
colin-axner
approved these changes
Sep 26, 2022
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 @damiannolan !
crodriguezvega
approved these changes
Sep 26, 2022
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.
Not the most exciting work, so thanks a lot for doing this, @damiannolan!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is an automatic backport of pull request #2318 done by Mergify.
Cherry-pick of c86d27f has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refresh
will re-evaluate the rules@Mergifyio rebase
will rebase this PR on its base branch@Mergifyio update
will merge the base branch into this PR@Mergifyio backport <destination>
will backport this PR on<destination>
branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com