Skip to content

Commit

Permalink
ci: add support for go1.17 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Aug 17, 2021
1 parent bac80ea commit a06361b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [1.15, 1.16]
go: [1.15, 1.16, 1.17]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit a06361b

Please sign in to comment.