We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d3e4b commit fd3515bCopy full SHA for fd3515b
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
21
- 1.14.x
22
- 1.15.x
23
- 1.16.x
24
+ - 1.17.x
25
go-flags: [""]
26
os: [ubuntu-latest, macos-latest, windows-latest]
27
include:
@@ -60,6 +61,15 @@ jobs:
60
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
68
+ os: macos-latest
69
70
71
+ os: windows-latest
72
73
runs-on: ${{ matrix.os }}
74
steps:
75
- name: Install Go
0 commit comments