We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed62554 commit df89e5fCopy full SHA for df89e5f
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Build
13
strategy:
14
matrix:
15
- go-versions: [1.13.x, 1.15.x, 1.16.x]
+ go-version: [1.13.x, 1.15.x, 1.16.x]
16
platform: [ubuntu-20.04]
17
runs-on: ${{ matrix.platform }}
18
steps:
0 commit comments