support go1.17 and remove go1.15 (#2532)

This commit is contained in:
fatedier
2021-08-17 15:26:43 +08:00
committed by GitHub
parent 42745a3da2
commit a62a9431b1
4 changed files with 5 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- run: |
# https://github.com/actions/setup-go/issues/107

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- run: |
# https://github.com/actions/setup-go/issues/107