Skip to content

Commit b8d3e4b

Browse files
Add ubuntu and mac to the 1.16.x build matrix
1 parent a24422f commit b8d3e4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
- go-version: 1.15.x
5252
os: windows-latest
5353
go-flags: "-trimpath"
54+
- go-version: 1.16.x
55+
os: ubuntu-latest
56+
go-flags: "-trimpath"
57+
- go-version: 1.16.x
58+
os: macos-latest
59+
go-flags: "-trimpath"
5460
- go-version: 1.16.x
5561
os: windows-latest
5662
go-flags: "-trimpath"

0 commit comments

Comments
 (0)