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 13f9d7d commit ac050e5Copy full SHA for ac050e5
.github/workflows/test.yml
@@ -11,13 +11,14 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- go-version: [1.14.x, 1.15.x]
+ go-version: [1.14.x, 1.15.x, 1.16.0-beta1]
15
os: [ubuntu-latest, macos-latest, windows-latest]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- name: Install Go
19
uses: actions/setup-go@v2
20
with:
21
+ stable: false
22
go-version: ${{ matrix.go-version }}
23
- name: Checkout code
24
uses: actions/checkout@v2
0 commit comments