add go.mod file + add newer go versions to travis checklist.

This commit is contained in:
Tino Rusch 2020-04-24 08:41:55 +02:00
parent d8f796af33
commit 200a8a0afb
No known key found for this signature in database
GPG Key ID: E931E57509A81CEA
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@ go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- tip
sudo: false
install:

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/davecgh/go-spew
go 1.14