fix: update smoke-copilot golden file for gh-aw-mcpg v0.1.26#22355
Merged
fix: update smoke-copilot golden file for gh-aw-mcpg v0.1.26#22355
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/55b6a15f-0233-49e6-b3aa-c7c233d43d44
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions workflow build-wasm
fix: update smoke-copilot golden file for gh-aw-mcpg v0.1.26
Mar 23, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the smoke-copilot WASM golden file to match the bumped gh-aw-mcpg container image version (v0.1.26), resolving the CI failure in TestWasmGolden_CompileFixtures/smoke-copilot.
Changes:
- Updated the pre-pull image list to reference
ghcr.io/github/gh-aw-mcpg:v0.1.26. - Updated
MCP_GATEWAY_DOCKER_COMMANDto runghcr.io/github/gh-aw-mcpg:v0.1.26. - Removed remaining references to
gh-aw-mcpg:v0.1.25from this golden file.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
build-wasmCI job was failing because thegh-aw-mcpgimage was bumped tov0.1.26in the source but the wasm golden file still referencedv0.1.25, causingTestWasmGolden_CompileFixtures/smoke-copilotto fail.Changes
pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden— updated two occurrences ofghcr.io/github/gh-aw-mcpg:v0.1.25→v0.1.26:download_docker_images.shinvocation (image pre-pull list)MCP_GATEWAY_DOCKER_COMMANDexport (runtime container reference)Golden file regenerated via
go test -update.Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.