mirror of https://github.com/icedream/icecon.git
Jenkinsfile: Update to Go 1.8.x.
parent
f148c09563
commit
6f7b4daa7e
|
@ -34,7 +34,7 @@ def upx(file) {
|
||||||
|
|
||||||
def withGoEnv(os, arch, f) {
|
def withGoEnv(os, arch, f) {
|
||||||
// Install go
|
// Install go
|
||||||
env.GOROOT = tool "Go 1.7"
|
env.GOROOT = tool "Go 1.8"
|
||||||
|
|
||||||
switch(arch) {
|
switch(arch) {
|
||||||
case "x64":
|
case "x64":
|
||||||
|
|
Loading…
Reference in New Issue