forked from cerc-io/ipld-eth-server
use go 1.18
This commit is contained in:
parent
1a24075da7
commit
cc35b06ddf
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
BUILD_KEY: ${{ secrets.BUILD_KEY }}
|
BUILD_KEY: ${{ secrets.BUILD_KEY }}
|
||||||
#strategy:
|
#strategy:
|
||||||
# matrix:
|
# matrix:
|
||||||
# go-version: [1.16.x, 1.17.x]
|
# go-version: [1.16.x, 1.17.x, 1.18.x]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
run: mkdir -p /tmp/go
|
run: mkdir -p /tmp/go
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: ">=1.18.0"
|
go-version: "1.18.x"
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@ -157,7 +157,7 @@ jobs:
|
|||||||
run: mkdir -p /tmp/go
|
run: mkdir -p /tmp/go
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: ">=1.18.0"
|
go-version: "1.18.x"
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user