On Wed, Oct 24, 2018 at 01:40:26PM +0200, Pierre Neidhardt wrote: > Is there a good reason for sticking to 1.9 or should we update to 1.11? There are two reasons. First, the implementation of go-build-system is really inefficient for Go 1.11, especially since things compiled with Go 1.11 keep a huge run-time dependency graph: https://bugs.gnu.org/32949 That could probably be fixed based on the info in that thread. Second, there are packages that don't yet support Go 1.9. Syncthing is a case where there are dependencies that need to be updated and tested.