Migration: go 1.17

This commit is contained in:
Dreamacro
2021-08-18 13:26:23 +08:00
parent 1be09f5751
commit 571d2a0075
15 changed files with 44 additions and 17 deletions

View File

@ -9,7 +9,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v2