Skip to content

Commit

Permalink
Add go 1.17 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
unrolled committed Nov 11, 2021
1 parent 8d2aeb3 commit 1a8629f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
tests:
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.15.x, 1.16.x, 1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 1a8629f

Please sign in to comment.