From c34c3dd593843fdbd33cde2ccd652aa1b81cddf3 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Thu, 11 Feb 2021 14:09:13 -0800 Subject: [PATCH] readme: add statement about supported go versions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45b9827..1c4fdc6 100644 --- a/README.md +++ b/README.md @@ -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 ##