From eab7c61cfd8dc580a83c5ec60935b84365e765b4 Mon Sep 17 00:00:00 2001 From: Ashok Pon Kumar Date: Fri, 2 Oct 2020 00:56:29 +0530 Subject: [PATCH] Add go.mod Signed-off-by: Ashok Pon Kumar Signed-off-by: Vincent Batts --- .travis.yml | 2 +- specs-go/go.mod | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 specs-go/go.mod diff --git a/.travis.yml b/.travis.yml index e1c52907..57c04502 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.13.x + - 1.15.x sudo: required diff --git a/specs-go/go.mod b/specs-go/go.mod new file mode 100644 index 00000000..5f2ed1d8 --- /dev/null +++ b/specs-go/go.mod @@ -0,0 +1,3 @@ +module github.com/opencontainers/distribution-spec/specs-go + +go 1.15