We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1d325 commit 690eb15Copy full SHA for 690eb15
.github/workflows/checks.yml
@@ -6,6 +6,9 @@ jobs:
6
linter-check:
7
runs-on: ubuntu-latest
8
steps:
9
+ - uses: actions/setup-go@v2
10
+ with:
11
+ go-version: '1.16.x'
12
- uses: actions/checkout@v2
13
- name: Run linter
14
run: go run build/ci.go lint
.github/workflows/on-pr.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Run geth unit test
16
strategy:
17
matrix:
18
- go-version: [ 1.15.x]
+ go-version: [ 1.16.x]
19
platform: [ubuntu-latest]
20
runs-on: ${{ matrix.platform }}
21
env:
@@ -43,7 +43,7 @@ jobs:
43
GOPATH: /tmp/go
44
45
46
47
48
49
0 commit comments