Skip to content

Commit

Permalink
Merge pull request #22 from ef-ds/support_go_1_15
Browse files Browse the repository at this point in the history
Support for go 1.15
  • Loading branch information
christianrpetrin authored Jan 6, 2021
2 parents d60979b + 00317eb commit 1c27c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ go:
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"
- tip

before_install:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/ef-ds/deque

go 1.14
go 1.15

0 comments on commit 1c27c9e

Please sign in to comment.