Skip to content

Commit

Permalink
Test Go 1.16 and 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Dec 5, 2021
1 parent 17b533c commit a24191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.11', '1.12', '1.13', '1.14', '1.15']
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17']

steps:
- uses: actions/setup-go@v1
Expand Down

0 comments on commit a24191a

Please sign in to comment.