Skip to content

Commit 7b5fc3d

Browse files
ostermanclaude
andcommitted
fix(ci): pin kubernetes-e2e setup-go SHA and refresh --help snapshots
The post-merge CI surfaced two failures introduced by the origin/main merge and the experimental-flag change: - verify (SHA-pin): the kubernetes-e2e job's "Set up Go" step still pinned the pre-merge actions/setup-go@4a36011 (# v6) while the merge bumped every other occurrence to @924ae3a; align it so SHA-pin verification passes. - Acceptance Tests (linux/macos/windows): marking `atmos kubernetes` experimental changed `atmos --help` to print `kubernetes [command] [EXPERIMENTAL]`, so the three top-level help golden snapshots were stale. Regenerated via -regenerate-snapshots (only the kubernetes line changed). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e6b3d7e commit 7b5fc3d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ jobs:
562562

563563
- name: Set up Go
564564
# setup-go v6 requires runner v2.327.1+ and can affect toolchain handling.
565-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
565+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
566566
with:
567567
go-version-file: "go.mod"
568568

tests/snapshots/TestCLICommands_atmos_--help.stdout.golden

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/snapshots/TestCLICommands_atmos_--help_config_aliases_section.stdout.golden

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/snapshots/TestCLICommands_help_flag_works.stdout.golden

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)