mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-26 23:53:19 +08:00
Merge pull request #1881 from ipfs/goreq-1.5
purposely fail builds pre1.5
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
triggers:
|
triggers:
|
||||||
- github.com/ipfs/go-ipfs/cmd/ipfs
|
- github.com/ipfs/go-ipfs/cmd/ipfs
|
||||||
|
no_go_fmt: true
|
||||||
|
3
cmd/ipfs/goreq.go
Normal file
3
cmd/ipfs/goreq.go
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
// +build !go1.5
|
||||||
|
|
||||||
|
`IPFS needs to be built with go version 1.5 or greater`
|
Reference in New Issue
Block a user