Skip to content

Commit

Permalink
test on go1.16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesylvestre authored Mar 9, 2021
1 parent 05d25f9 commit 13059d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: "!contains(toJSON(github.event.commits.*.message), '[ci skip]')"
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 13059d7

Please sign in to comment.