From 0d53f620a80743367ce47ebad5a3202a34cb6772 Mon Sep 17 00:00:00 2001
From: Konrad Zemek <konrad.zemek@gmail.com>
Date: Fri, 13 Oct 2023 15:49:24 +0200
Subject: [PATCH] Update README.md

Note the new minimum version of go.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e5bb80f..3f70a5d 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Because they share basic mechanisms, [Cloudflare's blogpost on mmproxy](https://
 go install github.com/path-network/go-mmproxy@latest
 ```
 
-You'll need at least `go 1.11` to build the `go-mmproxy` binary.
+You'll need at least `go 1.21` to build the `go-mmproxy` binary.
 See [Go's Getting Started](https://golang.org/doc/install) if your package manager does not carry new enough version of golang.
 
 ## Requirements
-- 
GitLab