Skip to content

Commit b7b72b2

Browse files
authored
Merge pull request #104 from renproject/fix/state-race
State vairables access race
2 parents a465673 + c43ca9f commit b7b72b2

File tree

5 files changed

+480
-139
lines changed

5 files changed

+480
-139
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88

9-
- name: Set up Go 1.13
9+
- name: Set up Go 1.16.6
1010
uses: actions/setup-go@v1
1111
with:
12-
go-version: 1.13
12+
go-version: "1.16.6"
1313
id: go
1414

1515
- name: Check out code into the Go module directory

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/renproject/hyperdrive
22

3-
go 1.13
3+
go 1.16
44

55
require (
6-
github.com/ethereum/go-ethereum v1.9.5
7-
github.com/onsi/ginkgo v1.12.3
6+
github.com/ethereum/go-ethereum v1.10.12 // indirect
7+
github.com/onsi/ginkgo v1.14.0
88
github.com/onsi/gomega v1.10.1
99
github.com/renproject/id v0.4.2
1010
github.com/renproject/surge v1.2.5

0 commit comments

Comments
 (0)