Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 235270b

Browse files
committed
fix(ci): Bump minimum go version to go 1.13
We need to bump the minimum version of go to 1.13, so we can use `http.Transport.Clone`
1 parent 89ab090 commit 235270b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

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

66
go:
7-
- 1.11.x
7+
- 1.13.x
88

99
services:
1010
- docker

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
go 1.13
2+
13
module github.com/ipfs/go-ipfs-api
24

35
require (

0 commit comments

Comments
 (0)