Skip to content

Commit fd3515b

Browse files
Add go lang 1.17 to the list of go versions
1 parent b8d3e4b commit fd3515b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- 1.14.x
2222
- 1.15.x
2323
- 1.16.x
24+
- 1.17.x
2425
go-flags: [""]
2526
os: [ubuntu-latest, macos-latest, windows-latest]
2627
include:
@@ -60,6 +61,15 @@ jobs:
6061
- go-version: 1.16.x
6162
os: windows-latest
6263
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"
6373
runs-on: ${{ matrix.os }}
6474
steps:
6575
- name: Install Go

0 commit comments

Comments
 (0)