We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ffd3e commit 010b4d5Copy full SHA for 010b4d5
.github/workflows/go.yml
@@ -8,13 +8,13 @@ jobs:
8
strategy:
9
matrix:
10
version: ["1.17", "1.18", "1.20"]
11
- runs-on: windows-latest
+ runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - name: Echo environment variables using PowerShell
15
- run: |
16
- echo "=== Print Environment Variables in PowerShell ==="
17
- Get-ChildItem Env:
+ # - name: Echo environment variables using PowerShell
+ # run: |
+ # echo "=== Print Environment Variables in PowerShell ==="
+ # Get-ChildItem Env:
18
19
20
- name: Set up Go
0 commit comments