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 5b82fa0 commit 6a60b73Copy full SHA for 6a60b73
1 file changed
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/setup-go@v2
35
with:
36
go-version: ${{ matrix.go-version }}
37
- stable: ${{ !contains(matrix.go, 'beta') }}
+ stable: ${{ !contains(matrix.go-version, 'beta') }}
38
- name: Checkout code
39
uses: actions/checkout@v2
40
- name: Run tests
0 commit comments