We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77502a5 + f2a4b66 commit a1c5ae5Copy full SHA for a1c5ae5
.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