Skip to content

Commit

Permalink
Add unstable version to go matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <[email protected]>
  • Loading branch information
sylr committed Jan 5, 2021
1 parent ae4dc15 commit 72df188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "1.13"
- "1.14"
- "1.15"
- "1.16.0-beta1"
- "tip"
env:
GOPATH: ${{ github.workspace }}/go
Expand All @@ -33,6 +34,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
stable: false
- name: Set up Go ${{ matrix.go }}
if: matrix.go == 'tip'
run: |
Expand Down

0 comments on commit 72df188

Please sign in to comment.