Skip to content

Commit a24422f

Browse files
Add 1.16.x to the build matrix
1 parent e5bbd7d commit a24422f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- 1.13.x
2121
- 1.14.x
2222
- 1.15.x
23+
- 1.16.x
2324
go-flags: [""]
2425
os: [ubuntu-latest, macos-latest, windows-latest]
2526
include:
@@ -50,6 +51,9 @@ jobs:
5051
- go-version: 1.15.x
5152
os: windows-latest
5253
go-flags: "-trimpath"
54+
- go-version: 1.16.x
55+
os: windows-latest
56+
go-flags: "-trimpath"
5357
runs-on: ${{ matrix.os }}
5458
steps:
5559
- name: Install Go

0 commit comments

Comments
 (0)