Skip to content

Commit

Permalink
Merge pull request #104 from renproject/fix/state-race
Browse files Browse the repository at this point in the history
State vairables access race
  • Loading branch information
ross-pure authored Dec 1, 2021
2 parents a465673 + c43ca9f commit b7b72b2
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 139 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
- name: Set up Go 1.16.6
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: "1.16.6"
id: go

- name: Check out code into the Go module directory
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/renproject/hyperdrive

go 1.13
go 1.16

require (
github.com/ethereum/go-ethereum v1.9.5
github.com/onsi/ginkgo v1.12.3
github.com/ethereum/go-ethereum v1.10.12 // indirect
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/renproject/id v0.4.2
github.com/renproject/surge v1.2.5
Expand Down
Loading

0 comments on commit b7b72b2

Please sign in to comment.