From 850d2f0683ede3d24a2b907161b6d88b32bed24a Mon Sep 17 00:00:00 2001 From: David Fifield Date: Fri, 5 Mar 2021 23:26:35 -0700 Subject: [PATCH] Update required Go version to 1.13 in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9be45b..6d47012 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This should start the client plugin, bootstrapping to 100% using WebRTC. Client: - [pion/webrtc](https://github.com/pion/webrtc) -- Go 1.10+ +- Go 1.13+ ---