Skip to content

Commit

Permalink
fix: support go1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
  • Loading branch information
moul committed Aug 23, 2020
1 parent 4e8228a commit 43d7915
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
strategy:
matrix:
golang:
- 1.13
- 1.14
- 1.14.7
- 1.15.0
#- tip
env:
OS: ubuntu-latest
Expand Down Expand Up @@ -70,8 +70,8 @@ jobs:
strategy:
matrix:
golang:
#- 1.13
- 1.14
#- 1.14.7
- 1.15.0
#- tip
env:
OS: macos-latest
Expand Down
4 changes: 2 additions & 2 deletions example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/ipfs/go-datastore v0.4.4
github.com/ipfs/go-ipfs v0.6.0
github.com/ipfs/go-ipfs-config v0.8.0
github.com/libp2p/go-libp2p v0.10.0
github.com/libp2p/go-libp2p-core v0.6.0
github.com/libp2p/go-libp2p v0.10.2
github.com/libp2p/go-libp2p-core v0.6.1
github.com/libp2p/go-libp2p-peerstore v0.2.6
)

Expand Down
Loading

0 comments on commit 43d7915

Please sign in to comment.