Skip to content

Commit

Permalink
ci: include upcoming go1.16 in build matrix (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvds committed Jan 19, 2021
1 parent 13f9d7d commit ac050e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,13 +11,14 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.14.x, 1.15.x, 1.16.0-beta1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
stable: false
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit ac050e5

Please sign in to comment.