aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2024-01-14 09:46:41 +0800
committerGravatar GitHub <noreply@github.com> 2024-01-14 02:46:41 +0100
commit435faf8698d9565d89824b5ae7e4cf1e02aadf25 (patch)
treeb2825108dc123f01ea588d887000e00094b145df
parentMove Fuzz tests into their own file (diff)
downloadfasthttp-435faf8698d9565d89824b5ae7e4cf1e02aadf25.tar.gz
fasthttp-435faf8698d9565d89824b5ae7e4cf1e02aadf25.tar.bz2
fasthttp-435faf8698d9565d89824b5ae7e4cf1e02aadf25.zip
Bump supported Go version in readme (#1690)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eab9b64..cbdb9de 100644
--- a/README.md
+++ b/README.md
@@ -600,7 +600,7 @@ This is an **unsafe** way, the result string and `[]byte` buffer share the same
* *Which GO versions are supported by fasthttp?*
- Go 1.15.x. Older versions won't be supported.
+ Go 1.18.x. Older versions won't be supported.
* *Please provide real benchmark data and server information*