aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Fifield <david@bamsoftware.com>2021-03-05 23:26:35 -0700
committerDavid Fifield <david@bamsoftware.com>2021-03-05 23:26:35 -0700
commit850d2f0683ede3d24a2b907161b6d88b32bed24a (patch)
tree6ceada544360a445b57a682c478a2daf9a618336 /README.md
parent7187f1009ef7aaae6aa557fe1f724aa1df718b24 (diff)
downloadsnowflake-850d2f0683ede3d24a2b907161b6d88b32bed24a.tar.gz
snowflake-850d2f0683ede3d24a2b907161b6d88b32bed24a.zip
Update required Go version to 1.13 in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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+
---