Skip to content

Commit c58b278

Browse files
authored
Merge pull request #29 from kishaningithub/patch-2
Add 1.16.x and 1.17.x to the build matrix
2 parents e5bbd7d + faff128 commit c58b278

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/test.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- 1.13.x
2121
- 1.14.x
2222
- 1.15.x
23+
- 1.16.x
24+
- 1.17.x
2325
go-flags: [""]
2426
os: [ubuntu-latest, macos-latest, windows-latest]
2527
include:
@@ -50,6 +52,24 @@ jobs:
5052
- go-version: 1.15.x
5153
os: windows-latest
5254
go-flags: "-trimpath"
55+
- go-version: 1.16.x
56+
os: ubuntu-latest
57+
go-flags: "-trimpath"
58+
- go-version: 1.16.x
59+
os: macos-latest
60+
go-flags: "-trimpath"
61+
- go-version: 1.16.x
62+
os: windows-latest
63+
go-flags: "-trimpath"
64+
- go-version: 1.17.x
65+
os: ubuntu-latest
66+
go-flags: "-trimpath"
67+
- go-version: 1.17.x
68+
os: macos-latest
69+
go-flags: "-trimpath"
70+
- go-version: 1.17.x
71+
os: windows-latest
72+
go-flags: "-trimpath"
5373
runs-on: ${{ matrix.os }}
5474
steps:
5575
- name: Install Go
@@ -64,4 +84,5 @@ jobs:
6484
env:
6585
GOPATH: "${{github.workspace}}"
6686
GOFLAGS: ${{ matrix.go-flags }}
87+
working-directory: "${{github.workspace}}/src/github.com/${{github.repository}}"
6788
run: go test ./...

0 commit comments

Comments
 (0)