Skip to content

Commit a12d518

Browse files
committed
update workflow
1 parent 093c806 commit a12d518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest]
15-
go-version: ["1.16", "1.17"]
14+
os: [ubuntu-latest, macos-latest, windows-latest]
15+
go-version: ["1.17"]
1616
steps:
1717
- uses: actions/checkout@v2
1818

0 commit comments

Comments
 (0)