Skip to content

Commit 690eb15

Browse files
committed
Update golang version in CI.
1 parent 5d1d325 commit 690eb15

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
linter-check:
77
runs-on: ubuntu-latest
88
steps:
9+
- uses: actions/setup-go@v2
10+
with:
11+
go-version: '1.16.x'
912
- uses: actions/checkout@v2
1013
- name: Run linter
1114
run: go run build/ci.go lint

.github/workflows/on-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Run geth unit test
1616
strategy:
1717
matrix:
18-
go-version: [ 1.15.x]
18+
go-version: [ 1.16.x]
1919
platform: [ubuntu-latest]
2020
runs-on: ${{ matrix.platform }}
2121
env:
@@ -43,7 +43,7 @@ jobs:
4343
GOPATH: /tmp/go
4444
strategy:
4545
matrix:
46-
go-version: [ 1.15.x]
46+
go-version: [ 1.16.x]
4747
platform: [ubuntu-latest]
4848
runs-on: ${{ matrix.platform }}
4949
steps:

0 commit comments

Comments
 (0)