Skip to content

Commit 23c1981

Browse files
committed
PR check: add explicit setup-go step to unset-env check
Go has been removed from the PATH in the most recent Mac runner images rollouts.
1 parent 46fc2c9 commit 23c1981

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/__unset-environment.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/unset-environment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ steps:
1010
- uses: ./../action/.github/actions/setup-swift
1111
with:
1212
codeql-path: ${{ steps.init.outputs.codeql-path }}
13+
- uses: actions/setup-go@v5
14+
with:
15+
go-version: '>=1.21.0'
1316
- name: Build code
1417
shell: bash
1518
# Disable Kotlin analysis while it's incompatible with Kotlin 1.8, until we find a

0 commit comments

Comments
 (0)