From 75d40220e977bdf20872f25e122ee76778971261 Mon Sep 17 00:00:00 2001 From: Ben Ransford Date: Wed, 30 Nov 2022 15:09:06 -0800 Subject: [PATCH] remove redundant Go version refs --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a706531b..cb78dcdf 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,8 @@ below: Smokescreen uses a [custom fork](https://github.com/stripe/goproxy) of goproxy to allow us to support context passing and setting granular timeouts on proxy connections. -Smokescreen is built and tested using the following Go releases. Generally, Smokescreen will only support the two most recent Go versions. - -- go1.18.x -- go1.17.x +Generally, Smokescreen will only support the two most recent Go versions. See +[the test configuration](.github/workflows/test.yaml) for details. [mod]: https://github.com/golang/go/wiki/Modules