Skip to content

Commit

Permalink
Run tests with Go 1.17 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
mologie committed Oct 16, 2021
1 parent 53ee158 commit b5c2e07
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 @@ -13,7 +13,7 @@ jobs:
- name: Install Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.17
- name: Clone repository
uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit b5c2e07

Please sign in to comment.