Updated compile to Go 1.6.1.

This commit is contained in:
Sascha L. Teichmann 2016-04-13 11:11:29 +02:00
parent 955dfdf4bb
commit 3c76ef6d1c
1 changed files with 3 additions and 3 deletions

View File

@ -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.6.linux-amd64.tar.gz
$ wget https://storage.googleapis.com/golang/go1.6.1.linux-amd64.tar.gz
$ echo "5470eac05d273c74ff8bac7bef5bad0b5abbd1c4052efbdbc8db45332e836b0b go1.6.linux-amd64.tar.gz" | sha256sum -c -
$ echo "6d894da8b4ad3f7f6c295db0d73ccc3646bce630e1c43e662a0120681d47e988 go1.6.1.linux-amd64.tar.gz" | sha256sum -c -
$ tar xf go1.6.linux-amd64.tar.gz
$ tar xf go1.6.1.linux-amd64.tar.gz
$ mkdir -p gopath/{pkg,bin,src}