
8 Mar
2021
8 Mar
'21
4:05 p.m.
commit 850d2f0683ede3d24a2b907161b6d88b32bed24a Author: David Fifield <david@bamsoftware.com> Date: Fri Mar 5 23:26:35 2021 -0700 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+ ---