Skip to content

Commit eab7c61

Browse files
ashokponkumarvbatts
authored andcommitted
Add go.mod
Signed-off-by: Ashok Pon Kumar <ashokponkumar@gmail.com> Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
1 parent a92b62e commit eab7c61

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- 1.13.x
3+
- 1.15.x
44

55
sudo: required
66

specs-go/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/opencontainers/distribution-spec/specs-go
2+
3+
go 1.15

0 commit comments

Comments
 (0)