Commit 521fd598 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #540 from seitensei/patch-2

Update Go version to 1.8
parents bf301f93 100bbd72
require 'package'
class Go < Package
version '1.7.5'
source_url 'https://storage.googleapis.com/golang/go1.7.5.src.tar.gz'
source_sha1 '4a36ad56b11579a8d534817b70a9baf754e5369a'
version '1.8.0'
source_url 'https://storage.googleapis.com/golang/go1.8.src.tar.gz'
source_sha1 '37945c372140c3a46c2c5b4b9ce382b6c8d88811'
# go is required to build versions of go > 1.4
if `which go` == ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment