Skip to content

Commit 6a60b73

Browse files
committed
Use correct variable
1 parent 5b82fa0 commit 6a60b73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-go@v2
3535
with:
3636
go-version: ${{ matrix.go-version }}
37-
stable: ${{ !contains(matrix.go, 'beta') }}
37+
stable: ${{ !contains(matrix.go-version, 'beta') }}
3838
- name: Checkout code
3939
uses: actions/checkout@v2
4040
- name: Run tests

0 commit comments

Comments
 (0)