Skip to content

Commit 1cc511c

Browse files
author
zhouhao
committed
Add go version requirement
Signed-off-by: zhouhao <[email protected]>
1 parent d1c4a10 commit 1cc511c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
GO15VENDOREXPERIMENT=1
2-
export GO15VENDOREXPERIMENT
31
PREFIX ?= $(DESTDIR)/usr
42
BINDIR ?= $(DESTDIR)/usr/bin
53

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# oci-image-tool [![Build Status](https://travis-ci.org/opencontainers/image-tools.svg?branch=master)](https://travis-ci.org/opencontainers/image-tools)
22

33
`oci-image-tool` is a collection of tools for working with the [OCI image format specification](https://github.com/opencontainers/image-spec).
4+
To build from source code, image-tools requires Go 1.7.x or above.
45

56
## Install
67

0 commit comments

Comments
 (0)