We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797e0c2 commit f2a4b66Copy full SHA for f2a4b66
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/setup-go@v2
28
with:
29
- go-versions: ${{ matrix.go }}
+ go-version: ${{ matrix.go }}
30
- uses: actions/checkout@v2
31
- name: test
32
shell: bash
0 commit comments