Skip to content

Commit cecc0d5

Browse files
Merge pull request #81 from keep-network/go-ethereum-1.10.8
Update go-ethereum version to v1.10.8
2 parents d281051 + 83a8d6e commit cecc0d5

File tree

5 files changed

+157
-164
lines changed

5 files changed

+157
-164
lines changed

.github/workflows/client.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: "1.13.x"
19+
go-version: "1.16.x"
2020

2121
- name: Run Go generators
2222
run: go generate ./.../gen
@@ -32,8 +32,6 @@ jobs:
3232

3333
client-scan:
3434
runs-on: ubuntu-latest
35-
env:
36-
GO111MODULE: on
3735
steps:
3836
- uses: actions/checkout@v2
3937
- uses: securego/gosec@master
@@ -46,4 +44,4 @@ jobs:
4644
- uses: actions/checkout@v2
4745

4846
- name: Lint Go
49-
uses: keep-network/[email protected]
47+
uses: keep-network/[email protected]

go.mod

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/keep-network/keep-common
22

3-
go 1.12
3+
go 1.16
44

55
replace github.com/urfave/cli => github.com/keep-network/cli v1.20.0
66

@@ -10,20 +10,19 @@ require (
1010
github.com/celo-org/celo-blockchain v0.0.0-20210222234634-f8c8f6744526
1111
github.com/cespare/cp v1.1.1 // indirect
1212
github.com/deckarep/golang-set v1.7.1 // indirect
13-
github.com/ethereum/go-ethereum v1.10.1
13+
github.com/ethereum/go-ethereum v1.10.8
1414
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
1515
github.com/ipfs/go-log v0.0.1
1616
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
1717
github.com/karalabe/usb v0.0.0-20191104083709-911d15fe12a9 // indirect
18-
github.com/olekukonko/tablewriter v0.0.2 // indirect
1918
github.com/pborman/uuid v1.2.0 // indirect
2019
github.com/prometheus/tsdb v0.10.0 // indirect
2120
github.com/rjeczalik/notify v0.9.2 // indirect
2221
github.com/status-im/keycard-go v0.0.0-20191119114148-6dd40a46baa0 // indirect
2322
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
2423
github.com/urfave/cli v1.22.1
25-
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
26-
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
27-
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
28-
golang.org/x/tools v0.0.0-20200117012304-6edc0a871e69
24+
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
25+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
26+
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
27+
golang.org/x/tools v0.1.0
2928
)

0 commit comments

Comments
 (0)