From 00b4186d5eefc21fabac0f3c33ddd24383f9237c Mon Sep 17 00:00:00 2001 From: Chris Roche Date: Wed, 13 Mar 2024 08:38:44 -0700 Subject: [PATCH] Update README.md (#111) Remove specific minimum go version from the readme (a user can find it canonically in the go.mod file) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4361613b..b746edc4 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,6 @@ For `Connect` see [connectrpc/validate-go](https://github.com/connectrpc/validat ## Installation -**Requires the `go` toolchain (≥ v1.19)** - To install the package, use the `go get` command from within your Go module: ```shell