Skip to content

Commit 8c151f3

Browse files
committed
Attempt to get working
1 parent 8494366 commit 8c151f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [windows-latest, ubuntu-latest, macos-latest]
18+
# os: [windows-latest, ubuntu-latest, macos-latest]
19+
os: [ubuntu-latest]
1920
runs-on: ${{ matrix.os }}
2021

2122
steps:
2223
- name: Checkout
2324
uses: actions/checkout@v4
2425

2526
- name: Setup Go environment
26-
uses: actions/setup-go@v5.1.0
27+
uses: actions/setup-go@v5
2728
with:
2829
go-version: 1.22.3
30+
cache: false
2931

3032
- name: Build
3133
run: go build -v ./...

0 commit comments

Comments
 (0)