From 458bc92ced10ec1a84bbd905d9d09a87fe08d0f5 Mon Sep 17 00:00:00 2001 From: "koki.hatano" Date: Sun, 6 Sep 2020 17:08:50 +0900 Subject: [PATCH] Correct supported Go versions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6bb30b..732a6b7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ deeply-nested messages. Using Protobuf validators is currently verified to work with: -- Go 1.11, 1.12, 1.13 +- Go 1.11 or later - [Protobuf](https://github.com/protocolbuffers/protobuf) @ `v3.8.0` - [Go Protobuf](https://github.com/golang/protobuf) @ `v1.3.2` - [Gogo Protobuf](https://github.com/gogo/protobuf) @ `v1.3.0`