Skip to content

fix: install the Go version go.mod requires when releasing - #52

Merged
aurimasbutkus merged 1 commit into
mainfrom
fix/release-go-version-from-gomod
Aug 10, 2026
Merged

fix: install the Go version go.mod requires when releasing#52
aurimasbutkus merged 1 commit into
mainfrom
fix/release-go-version-from-gomod

Conversation

@aurimasbutkus

Copy link
Copy Markdown
Contributor

No description provided.

@aurimasbutkus
aurimasbutkus requested a review from a team as a code ownerAugust 10, 2026 07:24
@coderabbitai

coderabbitaiBot commented Aug 10, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f57f0e52-2f19-4a15-bbd4-07dd1a54c9ad

📥 Commits

Reviewing files that changed from the base of the PR and between 9fb1d97 and f373875.

📒 Files selected for processing (2)
  • .github/workflows/build-release.yaml
  • .github/workflows/release.yaml

📝 Walkthrough

Walkthrough

The build and release workflows now read the Go version from go.mod instead of using a fixed version.

Changes

Go version synchronization

Layer / File(s)Summary
Release workflow Go version setup
.github/workflows/build-release.yaml, .github/workflows/release.yaml
Both workflows configure actions/setup-go to use the Go version declared in go.mod.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers:lukaszaleckas

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check nameStatusExplanationResolution
Description check❓ InconclusiveNo pull request description was provided, so the change context is not documented beyond the title.Add a brief description explaining that both release workflows now use the Go version specified in go.mod.
✅ Passed checks (4 passed)
Check nameStatusExplanation
Title check✅ PassedThe title clearly describes the main change: deriving the Go version from go.mod during release workflows.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/release-go-version-from-gomod

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

@aurimasbutkus
aurimasbutkus merged commit 4e4ed93 into mainAug 10, 2026
1 check passed
@aurimasbutkus
aurimasbutkus deleted the fix/release-go-version-from-gomod branch August 10, 2026 07:29
Sign up for freeto 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

@aurimasbutkus@ugnsma