Skip to content

Commit

Permalink
ci: include upcoming go1.16 in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvds committed Jan 19, 2021
1 parent 13f9d7d commit aafedd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.14.x, 1.15.x, go1.16.0-beta1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit aafedd7

Please sign in to comment.