mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-15 16:33:47 +00:00
Bump Go
This commit is contained in:
parent
e58bdfa8e8
commit
8ce30321ad
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -6,9 +6,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2.1.3
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.16.7
|
go-version: 1.17
|
||||||
- name: "Build binaries"
|
- name: "Build binaries"
|
||||||
run: make all
|
run: make all
|
||||||
- name: "Run tests"
|
- name: "Run tests"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue