Skip to content

Commit

Permalink
Add go 1.16.x to a test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha committed Feb 17, 2021
1 parent b4804d5 commit b3920aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.13.x', '1.14.x', '1.15.x']
go: ['1.14.x', '1.15.x', '1.16.x']
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit b3920aa

Please sign in to comment.