Skip to content

Commit

Permalink
Add ubuntu and mac to the 1.16.x build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub authored Aug 8, 2021
1 parent a24422f commit b8d3e4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
- go-version: 1.15.x
os: windows-latest
go-flags: "-trimpath"
- go-version: 1.16.x
os: ubuntu-latest
go-flags: "-trimpath"
- go-version: 1.16.x
os: macos-latest
go-flags: "-trimpath"
- go-version: 1.16.x
os: windows-latest
go-flags: "-trimpath"
Expand Down

0 comments on commit b8d3e4b

Please sign in to comment.