update supported go versions

This commit is contained in:
gammazero 2020-10-10 01:16:37 -04:00 committed by Andrew Gillis
parent 07291166fe
commit 3932da5530
2 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,8 @@
language: go
go:
- 1.13.x
- 1.14.x
- 1.15.x
- tip
before_script:

2
go.mod
View file

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