Skip to content

Commit

Permalink
[-] updated minimum test version of Go to 1.13 to support errors.Is
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkamalesh committed Feb 14, 2021
1 parent c555c39 commit 2f5f0b1
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,9 +1,9 @@
language: go
go:
# webgo is still compatible with 1.8, but the tests are importing versioned
# modules which fails for older Go versions.
# modules which fails for older Go versions. And using `errors.Is` which was introduced in Go 1.13
# - "1.8"
- "1.11"
- "1.13"
- master

before_install:
Expand Down

0 comments on commit 2f5f0b1

Please sign in to comment.