fix: update golden files for gh-aw-firewall v0.24.2 bump#21174
Merged
lpcox merged 2 commits intocopilot/bump-gh-aw-firewall-versionfrom Mar 16, 2026
Merged
Conversation
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [67177116927] Fix the failing GitHub Actions workflow test
fix: update golden files for gh-aw-firewall v0.24.2 bump
Mar 16, 2026
Copilot stopped work on behalf of
lpcox due to an error
March 16, 2026 05:07
Contributor
There was a problem hiding this comment.
Pull request overview
Updates wasm golden test fixtures to align with the bumped AWF/firewall image tag version so TestWasmGolden_CompileFixtures passes in CI.
Changes:
- Bump
GH_AW_INFO_AWF_VERSIONin golden outputs fromv0.24.1tov0.24.2. - Update AWF install and firewall container image references in golden outputs from
0.24.1to0.24.2. - Update
awf --image-tagin golden outputs from0.24.1to0.24.2.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden | Updates AWF version and firewall image-tag references to 0.24.2 in compiled workflow golden. |
| pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden | Updates AWF version and firewall image-tag references to 0.24.2 in smoke workflow golden. |
| pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden | Updates AWF version and firewall image-tag references to 0.24.2 in basic workflow golden. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
lpcox
added a commit
that referenced
this pull request
Mar 16, 2026
* Initial plan * chore: bump gh-aw-firewall default version to v0.24.2 Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> * [WIP] [67177116927] Fix the failing GitHub Actions workflow test (#21174) * Initial plan * fix: update golden files to use gh-aw-firewall v0.24.2 Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
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.
TestWasmGolden_CompileFixtureswas failing because the firewall version bump (0.24.1→0.24.2) wasn't reflected in the golden test snapshots.Changes
v0.24.1references tov0.24.2in three golden files underpkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/:GH_AW_INFO_AWF_VERSIONinstall_awf_binary.shargumentdownload_docker_images.shimage tags (agent,api-proxy,squid)--image-tagargument toawfOriginal prompt
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.