-
Notifications
You must be signed in to change notification settings - Fork 14
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
build(deps): bump alpine to 3.21, golang to 1.23.6 #1042
Conversation
WalkthroughThis pull request updates the Go version from 1.23.2 to 1.23.6 across multiple configuration and documentation files. The changes span GitHub Actions workflows, Dockerfiles, module definitions, and user guides. Additionally, the tutorials have been expanded to include detailed instructions for building a Tendermint Core key-value store application with new method implementations. No modifications to the underlying logic or control flow were introduced apart from these version updates and tutorial enhancements. Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant Tendermint
participant KVStoreApp
participant Database
Client->>Tendermint: Send Transaction
Tendermint->>KVStoreApp: CheckTx
KVStoreApp-->>Tendermint: Validate Transaction
Tendermint->>KVStoreApp: DeliverTx
KVStoreApp->>Database: Update State
KVStoreApp-->>Tendermint: Deliver Response
Tendermint->>KVStoreApp: Commit
KVStoreApp->>Database: Commit Changes
KVStoreApp-->>Tendermint: Commit Response
Client->>Tendermint: Query State
Tendermint->>KVStoreApp: Query
KVStoreApp-->>Tendermint: Return State
Possibly related PRs
Suggested reviewers
Poem
Tip 🌐 Web search-backed reviews and chat
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (11)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Issue being fixed or feature implemented
Go >= 1.23.5 is needed by #1041
Unfortunately, it's not supported by Alpine 3.19, so we update to the newest one (3.21).
What was done?
Updated Golang to 1.23.6
Updated Alpine to 3.21
How Has This Been Tested?
GHA
Breaking Changes
New version of go is required to build
Checklist:
For repository code-owners and collaborators only
Summary by CodeRabbit
Chores
Documentation