Commit 100bbd72 authored by Thanh 'tensei' Nguyen's avatar Thanh 'tensei' Nguyen Committed by GitHub

Update Go version to 1.8

Updates go version to latest 1.8 release as of this time.

Tested working on Acer c720 w/ Chrome 55.0.2883.105, Platform 8872.76.0
parent eb5bf9f7
require 'package' require 'package'
class Go < Package class Go < Package
version '1.7.5' version '1.8.0'
source_url 'https://storage.googleapis.com/golang/go1.7.5.src.tar.gz' source_url 'https://storage.googleapis.com/golang/go1.8.src.tar.gz'
source_sha1 '4a36ad56b11579a8d534817b70a9baf754e5369a' source_sha1 '37945c372140c3a46c2c5b4b9ce382b6c8d88811'
# go is required to build versions of go > 1.4 # go is required to build versions of go > 1.4
if `which go` == '' 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