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

readme: update minimum working go version

This commit is contained in:
Will Norris 2022-11-14 20:34:06 -08:00
parent eba736ded3
commit 4121c064ee

View file

@ -20,11 +20,9 @@ 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.13 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][].
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.17), 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