更新go版本为1.16

This commit is contained in:
bjdgyc 2021-06-18 19:20:15 +08:00
parent 993cd40c41
commit 1564f6e56c
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.15
go-version: 1.16
id: go
- name: Check out code into the Go module directory