Skip to content

Commit

Permalink
Add go1.16 and go1.17 to ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Tomchik committed Dec 1, 2021
1 parent c5f777b commit 1bfe6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go: ['1.13.x', '1.14.x', '1.15.x']
go: ['1.13.x', '1.14.x', '1.15.x', '1.16.x', '1.17.x']
steps:

- name: Set up Go
Expand Down

0 comments on commit 1bfe6e0

Please sign in to comment.