test with latest go

This commit is contained in:
Andrew Gillis 2019-05-20 20:54:38 -04:00
parent 50f5fc498a
commit 3afb1e7c79
2 changed files with 6 additions and 6 deletions

View file

@ -1,14 +1,12 @@
language: go
go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "tip"
- 1.11.x
- 1.12.x
- tip
before_script:
- go vet ./...
- go -all vet ./...
script:
- ./go.test.sh

2
go.mod
View file

@ -1 +1,3 @@
module github.com/gammazero/deque
go 1.12