Update to Go 1.17

This commit is contained in:
tidwall 2021-08-23 07:34:34 -07:00
parent b7674349cf
commit 768abd7c9c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.17
- name: Check out code
uses: actions/checkout@v2