升级go version 1.16

This commit is contained in:
bjd
2020-12-28 16:20:05 +08:00
parent b515406635
commit bdc8b30d32
2 changed files with 2 additions and 2 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.16
id: go
- name: Check out code into the Go module directory