Merge pull request #6 from gammazero/test-latest-go

test with latest go
This commit is contained in:
Andrew J. Gillis 2019-05-20 18:27:01 -07:00 committed by GitHub
commit 46e4ffb7a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,9 @@
language: go
go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "tip"
- 1.11.x
- 1.12.x
- tip
before_script:
- go vet ./...

2
go.mod
View file

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