Update Go to 1.16.4

fix [#45710](https://github.com/golang/go/issues/45710) and CVE-2021-31525.

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
Jintao Zhang
2021-05-07 07:07:09 +08:00
parent ab963e1cc1
commit 79d800b9b0
6 changed files with 14 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.16.3'
go-version: '1.16.4'
- uses: actions/checkout@v2
with:
@@ -135,7 +135,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.16.3'
go-version: '1.16.4'
- uses: actions/checkout@v2
with: