Fix Docker image tag: use v3.1.13 (latest available on Docker Hub) - #102
Conversation
Summary by CodeRabbit
WalkthroughThe Solana version referenced in GitHub workflows and Docker configuration was downgraded from v3.1.14 to v3.1.13. This affects the stable Solana release version used during CI/CD operations and Docker image builds. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
.github/workflows/release.yml (1)
6-10: 🧹 Nitpick | 🔵 TrivialConsider a single source of truth for
SOLANA_VERSION_STABLE.The same version is now maintained in multiple files; moving it to a repo-level Actions variable (or shared workflow input) would reduce drift risk on future bumps.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In @.github/workflows/release.yml around lines 6 - 10, Extract the SOLANA_VERSION_STABLE value into a single repo-level Actions variable (e.g., as a workflow_call input or in .github/workflows/variables.yml) and replace the hard-coded SOLANA_VERSION_STABLE entry in the release workflow with a reference to that shared variable; update any other workflows that currently repeat SOLANA_VERSION_STABLE to consume the new centralized variable so future bumps require changing only the one source.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In @.github/workflows/release.yml:
- Around line 6-10: Extract the SOLANA_VERSION_STABLE value into a single
repo-level Actions variable (e.g., as a workflow_call input or in
.github/workflows/variables.yml) and replace the hard-coded
SOLANA_VERSION_STABLE entry in the release workflow with a reference to that
shared variable; update any other workflows that currently repeat
SOLANA_VERSION_STABLE to consume the new centralized variable so future bumps
require changing only the one source.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 416799a0-7cee-44d9-8647-3224538ada91
📒 Files selected for processing (3)
.github/workflows/release.yml.github/workflows/test.ymlSolana.Dockerfile
No description provided.