1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 15:42:21 +08:00

Merge pull request #1881 from ipfs/goreq-1.5

purposely fail builds pre1.5
This commit is contained in:
Juan Benet
2015-10-28 03:59:29 -04:00
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
triggers:
- github.com/ipfs/go-ipfs/cmd/ipfs
no_go_fmt: true

3
cmd/ipfs/goreq.go Normal file
View File

@ -0,0 +1,3 @@
// +build !go1.5
`IPFS needs to be built with go version 1.5 or greater`