We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d648c2e commit 83653a6Copy full SHA for 83653a6
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-versions: [1.14.x, 1.15.x, 1.16.x]
+ go-versions: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
8
platform: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
0 commit comments