Skip to content

Fix frogbot workflow missing checkout before install-go-with-cache - #1580

Merged
ehl-jf merged 3 commits into
masterfrom
JGC-505-frogbot-checkout-fix
Jun 24, 2026
Merged

Fix frogbot workflow missing checkout before install-go-with-cache#1580
ehl-jf merged 3 commits into
masterfrom
JGC-505-frogbot-checkout-fix

Conversation

@ehl-jf

@ehl-jf ehl-jf commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #1579. The frogbot-scan-pull-request.yml workflow was missing a
checkout step before install-go-with-cache, causing it to fail with:

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

The action defaults go-version-file to go.mod and needs the repo checked out
to read it. Added actions/checkout before the Go setup step, matching the pattern
used in the test workflows.

@ehl-jf ehl-jf added bug Something isn't working ignore for release Automatically generated release notes labels Jun 24, 2026
@ehl-jf
ehl-jf merged commit 5ba797d into master Jun 24, 2026
11 of 12 checks passed
@ehl-jf
ehl-jf deleted the JGC-505-frogbot-checkout-fix branch June 24, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ignore for release Automatically generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant