Drop libwebp 0.4 support

This commit is contained in:
Rohan Singh 2020-09-18 10:29:16 -04:00
parent fb5d8a6b3d
commit 98c7c251dd
2 changed files with 2 additions and 4 deletions

View file

@ -6,11 +6,9 @@ go:
- 1.8 - 1.8
- tip - tip
env: env:
- LIBWEBP_VERSION="0.4.1"
- LIBWEBP_VERSION="0.4.2"
- LIBWEBP_VERSION="0.4.3"
- LIBWEBP_VERSION="0.5.0" - LIBWEBP_VERSION="0.5.0"
- LIBWEBP_VERSION="0.5.1" - LIBWEBP_VERSION="0.5.1"
- LIBWEBP_VERSION="1.1.0"
cache: cache:

View file

@ -8,7 +8,7 @@ A implementation of Go binding for [libwebp](https://developers.google.com/speed
## Dependencies ## Dependencies
- libwebp 0.4, 0.5+, compiled with `--enable-libwebpmux` - libwebp 0.5+, compiled with `--enable-libwebpmux`
## Usage ## Usage