We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abeaefd commit 01f073eCopy full SHA for 01f073e
.github/workflows/go.yml
@@ -21,7 +21,7 @@ jobs:
21
name: Test
22
strategy:
23
matrix:
24
- go-version: [1.13.x, 1.14.x]
+ go-version: [1.13.x, 1.14.x, 1.15.x]
25
platform: [ubuntu-latest, macos-latest, windows-latest]
26
runs-on: ${{ matrix.platform }}
27
steps:
0 commit comments