Skip to content

Commit

Permalink
Merge pull request #1881 from ipfs/goreq-1.5
Browse files Browse the repository at this point in the history
purposely fail builds pre1.5
  • Loading branch information
jbenet committed Oct 28, 2015
2 parents 62cb6eb + 0a0470d commit bcc76f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gobuilder.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
triggers:
- github.com/ipfs/go-ipfs/cmd/ipfs
no_go_fmt: true
3 changes: 3 additions & 0 deletions cmd/ipfs/goreq.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// +build !go1.5

`IPFS needs to be built with go version 1.5 or greater`

0 comments on commit bcc76f2

Please sign in to comment.