Skip to content

Commit f3b94b3

Browse files
author
Zhou Hao
authored
Merge pull request opencontainers#158 from q384566678/makefile-fix
Add go version requirement
2 parents cfb23a2 + 1cc511c commit f3b94b3

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)[![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/image-tools)](https://goreportcard.com/report/github.com/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)