Skip to content

Commit 010b4d5

Browse files
Update go.yml
1 parent 96ffd3e commit 010b4d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/go.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
strategy:
99
matrix:
1010
version: ["1.17", "1.18", "1.20"]
11-
runs-on: windows-latest
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Echo environment variables using PowerShell
15-
run: |
16-
echo "=== Print Environment Variables in PowerShell ==="
17-
Get-ChildItem Env:
14+
# - name: Echo environment variables using PowerShell
15+
# run: |
16+
# echo "=== Print Environment Variables in PowerShell ==="
17+
# Get-ChildItem Env:
1818

1919

2020
- name: Set up Go

0 commit comments

Comments
 (0)