mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-15 08:23:46 +00:00
update: go version
This commit is contained in:
parent
adbd18f42c
commit
4edbd3179c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2.1.3
|
uses: actions/setup-go@v2.1.3
|
||||||
with:
|
with:
|
||||||
go-version: 1.15.5
|
go-version: 1.16.7
|
||||||
- name: "Build binaries"
|
- name: "Build binaries"
|
||||||
run: make all
|
run: make all
|
||||||
- name: "Run tests"
|
- name: "Run tests"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue