0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00

readme: add statement about supported go versions

This commit is contained in:
Will Norris 2021-02-11 14:09:13 -08:00
parent 87f0c62a3e
commit c34c3dd593

View file

@ -20,9 +20,16 @@ site (read more in [this post][]). But you can also enable request signing and
use it as an SSL proxy for remote images, similar to [atmos/camo][] but with
additional image adjustment options.
I aim to keep imageproxy compatible with the two [most recent major go
releases][]. I also keep track of the minimum go version that still works
(currently go1.11 with modules enabled), but that might change at any time. You
can see the go versions that are tested against in
[.github/workflows/tests.yml][].
[this post]: https://willnorris.com/2014/01/a-self-hosted-alternative-to-jetpacks-photon-service
[atmos/camo]: https://github.com/atmos/camo
[most recent major go releases]: https://golang.org/doc/devel/release.html
[.github/workflows/tests.yml]: ./.github/workflows/tests.yml
## URL Structure ##