summaryrefslogtreecommitdiff
path: root/doc/development/go_guide/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/go_guide/index.md')
-rw-r--r--doc/development/go_guide/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/go_guide/index.md b/doc/development/go_guide/index.md
index cccebace893..b1beca8d10f 100644
--- a/doc/development/go_guide/index.md
+++ b/doc/development/go_guide/index.md
@@ -103,6 +103,10 @@ Modules](https://github.com/golang/go/wiki/Modules)". It provides a way to
define and lock dependencies for reproducible builds. It should be used
whenever possible.
+There was a [bug](https://github.com/golang/go/issues/29278) on Modules
+checksums in go <1.11.4, so make sure to use at least this version to avoid
+`checksum mismatch` errors.
+
### ORM
We don't use ORMs at GitLab (except ActiveRecord, in Ruby on Rails of course).