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 85871e5 commit f2e6d88Copy full SHA for f2e6d88
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Test
20
strategy:
21
matrix:
22
- go-version: [1.13.x, 1.14.x]
+ go-version: [1.13.x, 1.14.x, 1.15.x]
23
platform: [ubuntu-latest, macos-latest, windows-latest]
24
runs-on: ${{ matrix.platform }}
25
steps:
0 commit comments