We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a465673 + c43ca9f commit b7b72b2Copy full SHA for b7b72b2
.github/workflows/go.yml
@@ -6,10 +6,10 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
9
- - name: Set up Go 1.13
+ - name: Set up Go 1.16.6
10
uses: actions/setup-go@v1
11
with:
12
- go-version: 1.13
+ go-version: "1.16.6"
13
id: go
14
15
- name: Check out code into the Go module directory
go.mod
@@ -1,10 +1,10 @@
1
module github.com/renproject/hyperdrive
2
3
-go 1.13
+go 1.16
4
5
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
0 commit comments