Skip to content

chore(docker): Pin goose in Dockerfile to v3.26.0#3163

Merged
ericallam merged 1 commit intomainfrom
ea-branch-121
Mar 2, 2026
Merged

chore(docker): Pin goose in Dockerfile to v3.26.0#3163
ericallam merged 1 commit intomainfrom
ea-branch-121

Conversation

@ericallam
Copy link
Member

The latest goose requires go version 1.25:
http://github.com/pressly/goose/releases/tag/v3.27.0

@changeset-bot
Copy link

changeset-bot bot commented Mar 2, 2026

⚠️ No Changeset found

Latest commit: f1da521

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 2, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c52272a and f1da521.

📒 Files selected for processing (1)
  • docker/Dockerfile

Walkthrough

The Dockerfile was modified in the goose_builder stage to pin the goose installer to a specific release: the go install invocation was changed from github.com/pressly/goose/v3/cmd/goose@latest to github.com/pressly/goose/v3/cmd/goose@v3.26.0. No other Dockerfile stages, commands, or build steps were changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title mentions pinning goose to v3.26.0, but the actual change updates the Go version to 1.25 to support goose v3.27.0—a different version and different type of change. Update the title to reflect the actual change, such as 'chore(docker): Update Go version to 1.25 in Dockerfile' or 'chore(docker): Update Go version to 1.25 for goose v3.27.0 compatibility'.
✅ Passed checks (2 passed)
Check name Status Explanation
Description check ✅ Passed The description is directly related to the changeset, explaining the motivation for updating the Go version and referencing the goose release notes that require Go 1.25.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ea-branch-121

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ericallam ericallam changed the title chore(docker): Update go version to 1.25 during Dockerfile build to support goose v3.27.0 chore(docker): Pin goose in Dockerfile to v3.26.0 Mar 2, 2026
@ericallam ericallam marked this pull request as ready for review March 2, 2026 17:08
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 0 potential issues.

Open in Devin Review

@ericallam ericallam merged commit a9163df into main Mar 2, 2026
36 of 37 checks passed
@ericallam ericallam deleted the ea-branch-121 branch March 2, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants