From 19857daaad92f0a97da3a2dd2927e33c3de5b05d Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Mon, 19 Feb 2018 11:12:02 +0100 Subject: [PATCH] Update compile instructions to Go 1.10. --- COMPILE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/COMPILE.md b/COMPILE.md index 0a21891..1bf7fdf 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -12,11 +12,11 @@ A quick and dirty way to produce the binaries of `mtdbconverter`, # Assuming you have a 64bit GNU/Linux system. For other systems take # the corresponding version from https://golang.org/dl/ - $ wget https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz + $ wget https://storage.googleapis.com/golang/go1.10.linux-amd64.tar.gz - $ echo "d70eadefce8e160638a9a6db97f7192d8463069ab33138893ad3bf31b0650a79 go1.9.linux-amd64.tar.gz" | sha256sum -c - + $ echo "b5a64335f1490277b585832d1f6c7f8c6c11206cba5cd3f771dcb87b98ad1a33 go1.10.linux-amd64.tar.gz" | sha256sum -c - - $ tar xf go1.9.linux-amd64.tar.gz + $ tar xf go1.10.linux-amd64.tar.gz $ mkdir -p gopath/{pkg,bin,src}