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 7b25281 commit 26f530dCopy full SHA for 26f530d
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- go: ['1.13', '1.14', '1.15', '1.16']
+ go: ['1.13', '1.14', '1.15', '1.16', '1.17']
14
name: Go ${{ matrix.go }} run
15
steps:
16
- uses: actions/checkout@v2
0 commit comments