Skip to content

Commit

Permalink
Use correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hlubek committed Dec 22, 2021
1 parent 5b82fa0 commit 6a60b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
stable: ${{ !contains(matrix.go, 'beta') }}
stable: ${{ !contains(matrix.go-version, 'beta') }}
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
Expand Down

0 comments on commit 6a60b73

Please sign in to comment.