smithy

commit c5016ad62888b129fd2fdafd2e28a5062631bef6

Author: Doug Hellmann <doug@doughellmann.com>

readme: mention golang version

The Makefile uses MODCACHE and `go build` with @ syntax. Those require
version 1.15 or newer.

Signed-off-by: Doug Hellmann <doug@doughellmann.com>

 README.md | 2 +-


diff --git a/README.md b/README.md
index 5bfb063776fa19c4c29515b9b2caf559ab05e728..20731a92a28b7fc875bee8f3e5ef2620ef3d270b 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 Building
 -------------------------------------------------------------------------------
 
-The only dependency is [Golang](https://golang.org/).
+The only dependency is [Golang](https://golang.org/) 1.15 or higher.
 
 ```
 $ git clone https://github.com/honza/smithy