Skip to content

Commit

Permalink
remove support for old Go versions
Browse files Browse the repository at this point in the history
go-multierror stopped supporting go1.12 and lower.
  • Loading branch information
posener committed Apr 6, 2020
1 parent a4db8b1 commit 7065934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go
sudo: false
go:
- 1.12.x
- 1.11.x
- 1.14.x
- 1.13.x

before_install:
- go get -u -t ./...
Expand Down

0 comments on commit 7065934

Please sign in to comment.