浏览代码

Go upgrade to 1.8

Bob Mottram 8 年前
父节点
当前提交
f17624066a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-utils-go

+ 1
- 1
src/freedombone-utils-go 查看文件

@@ -32,7 +32,7 @@
32 32
 # before getting to the version we want
33 33
 GO_INTERMEDIATE_VERSION=1.4.2
34 34
 
35
-GO_VERSION=1.7
35
+GO_VERSION=1.8
36 36
 
37 37
 GO_REPO="https://go.googlesource.com/go"
38 38
 GO_PACKAGE_MANAGER_REPO="https://github.com/gpmgo/gopm"