Skip to content

Commit

Permalink
CI: Test with Windows
Browse files Browse the repository at this point in the history
Update the GitHub workflow configuration to test on both, Linux and
Windows.
  • Loading branch information
abhinav committed Sep 10, 2021
1 parent 32c2f85 commit 6d0a8ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ on:
jobs:

build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: ["1.15.x", "1.16.x", "1.17.x"]
os: ["ubuntu-latest", "windows-latest"]
include:
- go: 1.17.x
os: ubuntu-latest
latest: true
# Lint only on Ubuntu with the latest Go.

steps:
- name: Setup Go
Expand Down

0 comments on commit 6d0a8ef

Please sign in to comment.