Skip to content

Commit

Permalink
Merge pull request #3 from geoffgarside/go1.14
Browse files Browse the repository at this point in the history
Update to Go 1.14
  • Loading branch information
geoffgarside authored Apr 21, 2020
2 parents 00c19d6 + 3ae4302 commit e8e9323
Show file tree
Hide file tree
Showing 14 changed files with 1,382 additions and 778 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: go

go:
- "1.5"
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- "1.14"

install:
- go get -d -t -v ./...
Expand Down
Loading

0 comments on commit e8e9323

Please sign in to comment.