From 8bd48c79391843faf264b483a663336b47ad5922 Mon Sep 17 00:00:00 2001 From: Kobi Hikri Date: Wed, 15 Jul 2026 20:35:11 +0300 Subject: [PATCH] docs: update README Go version requirement to match go.mod (1.11 -> 1.24) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d4f080c..eeadde9d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Burrow is a monitoring companion for [Apache Kafka](http://kafka.apache.org) tha ## Getting Started ### Prerequisites Burrow is written in Go, so before you get started, you should [install and set up Go](https://golang.org/doc/install). As the dependencies -are managed using Go module, the lowest version of Go supported is 1.11, though we recommend using version 1.12 for development. +are managed using Go modules, the minimum version of Go supported is 1.24 (per `go.mod`); CI currently builds with Go 1.25. ### Build and Install ```