Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Aug 27, 2020
1 parent 8de8842 commit 7e5b184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.9.x
- 1.10.x
- 1.14.x
- 1.15.x
- tip
sudo: false
addons:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ more than Go alone.

Having said that, the most common causes for build errors are:

1. You have not installed libxml2 / You installed it incorrectly
1. **You have not installed libxml2 / You installed it incorrectly**

The first one is obvious, but I get this a lot. You have to install libxml2.
If you are installing via some sort of package manager like apt/apk, remember
Expand Down

0 comments on commit 7e5b184

Please sign in to comment.