Skip to content

Commit

Permalink
Merge pull request #158 from q384566678/makefile-fix
Browse files Browse the repository at this point in the history
Add go version requirement
  • Loading branch information
Zhou Hao authored Aug 31, 2017
2 parents cfb23a2 + 1cc511c commit f3b94b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
GO15VENDOREXPERIMENT=1
export GO15VENDOREXPERIMENT
PREFIX ?= $(DESTDIR)/usr
BINDIR ?= $(DESTDIR)/usr/bin

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# oci-image-tool [![Build Status](https://travis-ci.org/opencontainers/image-tools.svg?branch=master)](https://travis-ci.org/opencontainers/image-tools)[![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/image-tools)](https://goreportcard.com/report/github.com/opencontainers/image-tools)

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

## Install

Expand Down

0 comments on commit f3b94b3

Please sign in to comment.