Skip to content

Comments

Fix workflow step order: checkout before setup-go#15

Merged
grahamgilbert merged 1 commit intomainfrom
fix-workflow-step-order
Feb 20, 2026
Merged

Fix workflow step order: checkout before setup-go#15
grahamgilbert merged 1 commit intomainfrom
fix-workflow-step-order

Conversation

@grahamgilbert
Copy link
Contributor

setup-go with go-version-file: 'go.mod' requires the repo to already be checked out. The previous step order had Set up Go before Checkout, causing the build to fail with:

The specified go version file at: go.mod does not exist

This swaps the two steps so checkout happens first.

setup-go with go-version-file requires the repo to be checked out first.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@grahamgilbert grahamgilbert merged commit ded4474 into main Feb 20, 2026
5 checks passed
@grahamgilbert grahamgilbert deleted the fix-workflow-step-order branch February 20, 2026 22:36
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