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

Commit 7c9c258

Browse files
committed
chore: bump go version
1 parent 9b0c173 commit 7c9c258

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ os:
44
language: go
55

66
go:
7-
- 1.11.x
7+
- 1.14.x
8+
- 1.15.x
89

910
env:
1011
global:

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/ipfs/go-path
22

3+
go 1.14
4+
35
require (
46
github.com/ipfs/go-cid v0.0.2
57
github.com/ipfs/go-ipld-format v0.0.2

0 commit comments

Comments
 (0)