mirror of
https://github.com/norouter/norouter.git
synced 2025-12-24 13:17:54 +08:00
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17.x
|
||||
go-version: 1.18.x
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: go/src/github.com/norouter/norouter
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17.x
|
||||
go-version: 1.18.x
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: go/src/github.com/norouter/norouter
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17.x
|
||||
go-version: 1.18.x
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: go/src/github.com/norouter/norouter
|
||||
|
||||
Reference in New Issue
Block a user