修改go版本为1.15

This commit is contained in:
bjd
2021-01-08 13:09:04 +08:00
parent 8372b9e58e
commit 206cfebb9a
7 changed files with 18 additions and 20 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.15
id: go
- name: Check out code into the Go module directory