Update golang version in CI.
This commit is contained in:
parent
5d1d325a5c
commit
690eb156db
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@ -6,6 +6,9 @@ jobs:
|
||||
linter-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.16.x'
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run linter
|
||||
run: go run build/ci.go lint
|
||||
4
.github/workflows/on-pr.yml
vendored
4
.github/workflows/on-pr.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
name: Run geth unit test
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.15.x]
|
||||
go-version: [ 1.16.x]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
env:
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
GOPATH: /tmp/go
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.15.x]
|
||||
go-version: [ 1.16.x]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user