Skip to content

Commit 72df188

Browse files
committed
Add unstable version to go matrix
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
1 parent ae4dc15 commit 72df188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "1.13"
2121
- "1.14"
2222
- "1.15"
23+
- "1.16.0-beta1"
2324
- "tip"
2425
env:
2526
GOPATH: ${{ github.workspace }}/go
@@ -33,6 +34,7 @@ jobs:
3334
uses: actions/setup-go@v2
3435
with:
3536
go-version: ${{ matrix.go }}
37+
stable: false
3638
- name: Set up Go ${{ matrix.go }}
3739
if: matrix.go == 'tip'
3840
run: |

0 commit comments

Comments
 (0)