From d1366e25d20df728f3d9ba297726ce4d0c3055b2 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Fri, 3 May 2019 10:46:24 +0200 Subject: [PATCH] golang: update from 1.11.5 to 1.12.4 https://golang.org/doc/go1.12 --- go.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.be0 b/go.be0 index be93b7761..68ae49190 100755 --- a/go.be0 +++ b/go.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION go-1.11.5-0 +# BEE_VERSION go-1.12.4-0 SRCURL[0]="https://storage.googleapis.com/golang/go1.4-bootstrap-20171003.tar.gz" SRCURL[1]="https://redirector.gvt1.com/edgedl/go/go${PKGVERSION}.src.tar.gz" @@ -63,7 +63,7 @@ mee_install() { path runtime strings testing unicode bufio bytes \ compress crypto encoding flag hash index mime net plugin reflect \ sort sync text unsafe archive cmd container database errors \ - fmt html internal log os regexp strconv syscall time vendor" + fmt html internal log os regexp strconv syscall time" echo "LIBS=${LIBS}"