Skip to content

Commit

Permalink
Merge pull request #283 from opencontainers/carry-pr192
Browse files Browse the repository at this point in the history
Add go.mod
  • Loading branch information
jdolitsky authored Jun 23, 2021
2 parents 94fb011 + eab7c61 commit eb17194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.13.x
- 1.15.x

sudo: required

Expand Down
3 changes: 3 additions & 0 deletions specs-go/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/opencontainers/distribution-spec/specs-go

go 1.15

0 comments on commit eb17194

Please sign in to comment.