update Go to 1.16.x

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2021-02-17 13:30:15 +09:00
parent 29fb779955
commit dee613bec0
2 changed files with 3 additions and 6 deletions

View File

@@ -15,8 +15,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.16.0-rc1
stable: false
go-version: 1.16.x
- uses: actions/checkout@v2
with:
path: go/src/github.com/norouter/norouter
@@ -46,8 +45,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.16.0-rc1
stable: false
go-version: 1.16.x
- uses: actions/checkout@v2
with:
path: go/src/github.com/norouter/norouter

View File

@@ -13,8 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.16.0-rc1
stable: false
go-version: 1.16.x
- uses: actions/checkout@v2
with:
path: go/src/github.com/norouter/norouter