test with go 1.17

This commit is contained in:
Arthur Morgan 2021-09-08 15:02:08 +08:00
parent 1dca3cb3dd
commit 5e6eff5ffa
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.17
- name: Checkout codebase
uses: actions/checkout@v2