Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from ipfs/chore/update-go
Browse files Browse the repository at this point in the history
chore: bump go version
  • Loading branch information
aschmahmann authored Aug 26, 2020
2 parents 9b0c173 + 7c9c258 commit 1c1d3fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ os:
language: go

go:
- 1.11.x
- 1.14.x
- 1.15.x

env:
global:
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/ipfs/go-path

go 1.14

require (
github.com/ipfs/go-cid v0.0.2
github.com/ipfs/go-ipld-format v0.0.2
Expand Down

0 comments on commit 1c1d3fc

Please sign in to comment.