atlassian / smith

Smith is a Kubernetes workflow engine / resource manager
Apache License 2.0
285 stars 24 forks source link

Remove reference to dep in README #438

Closed rodrigc closed 4 years ago

rodrigc commented 4 years ago

https://github.com/atlassian/smith/blob/master/README.md#building-testing-and-running still mentions dep, but looks like smith has been converted to go modules (nicely done by the way).

Since you have converted to go modules completely, you might want to mention the minimum version of go required. I'm guessing go1.11+ will probably work, while go1.10 and lower will defniitely not work.

ash2k commented 4 years ago

Thanks!