mirror of
https://github.com/norouter/norouter.git
synced 2025-12-24 13:17:54 +08:00
update Go to 1.16.x
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user