Skip to content

Add explicit shell: bash to validate-go-version workflow step#8929

Draft
Copilot wants to merge 14 commits into
mainfrom
copilot/fix-code-review-suggestion
Draft

Add explicit shell: bash to validate-go-version workflow step#8929
Copilot wants to merge 14 commits into
mainfrom
copilot/fix-code-review-suggestion

Conversation

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Addresses review comment r3503367385 on #8906. The "Validate Go version consistency" step relies on bash-specific features (read -d '' and process substitution < <(...)), which are not guaranteed if the default runner shell changes.

Changes

  • Add shell: bash to the Validate Go version consistency step in .github/workflows/validate-go-version.yml, making the bash dependency explicit.
      - name: Validate Go version consistency
        shell: bash
        run: |
          ...

Copilot AI and others added 2 commits July 1, 2026 20:51
…uggestion

Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix code based on review comment Add explicit shell: bash to validate-go-version workflow step Jul 1, 2026
Copilot AI requested a review from mikeharder July 1, 2026 20:52
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.

2 participants