Skip to content

chore(merge-flow): use go-version stable instead of pinning to go.mod - #162

Open
machine424 wants to merge 1 commit into
rhobs:mainfrom
machine424:gover
Open

chore(merge-flow): use go-version stable instead of pinning to go.mod#162
machine424 wants to merge 1 commit into
rhobs:mainfrom
machine424:gover

Conversation

@machine424

@machine424 machine424 commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

go.mod declares a minimum Go version, but workspace sub-modules or their deps may require a newer patch. Upstream CI typically runs a newer Go (e.g. 1.27) hiding such inconsistencies, so pinning to go.mod can break go mod tidy + vendor here with errors like module X requires go >= 1.25.10 (running go 1.25.8).

Use go-version: stable and let downstream repos CIs decide whether they are ready.

Ref: https://github.com/rhobs/syncbot/actions/runs/32792332062/job/97636246281

@machine424
machine424 requested a review from a team as a code owner August 25, 2026 18:06
go.mod declares a minimum Go version, but workspace sub-modules or
their deps may require a newer patch. Upstream CI typically runs a
newer Go (e.g. 1.27) hiding such inconsistencies, so pinning to
go.mod can break "go mod tidy + vendor" here with errors like
"module X requires go >= 1.25.10 (running go 1.25.8)".

Use go-version: stable and let downstream repos CIs decide whether
they are ready.

Ref: https://github.com/rhobs/syncbot/actions/runs/32792332062/job/97636246281
@machine424 machine424 changed the title chore(merge-flow): override GOTOOLCHAIN=local set by actions/setup-go chore(merge-flow): use go-version stable instead of pinning to go.mod Aug 25, 2026
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.

1 participant