-
Notifications
You must be signed in to change notification settings - Fork 587
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 #2318
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.
LGTM once all the tests are passing 🥇
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.
Awesome!
@@ -0,0 +1,33 @@ | |||
package keeper_test |
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.
Is this from a merge conflict?
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.
do you mean the entire test file?
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.
Yea. Why was the test file added for a version bump pr?
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.
Looks like I cut this branch before the PR which removed this. So when I pulled in the latest changes this file was kept.
I'll push an update to remove now. Good catch! :)
* 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
* chore: increment go mod to v6 (#2318) * 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 * resolving conflicts * revert e2e changes * removing unnecessary future migration code Co-authored-by: Damian Nolan <[email protected]>
Description
go.mod
toibc-go/v6
closes: #2011
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes