Skip to content

Commit

Permalink
[golang] update from 1.9.4 to 1.10
Browse files Browse the repository at this point in the history
Google says you must upgrade
  • Loading branch information
wwwutz committed Feb 21, 2018
1 parent 82aef1a commit 30768df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION go-1.9.4-0
# BEE_VERSION go-1.10-0

SRCURL[0]="https://storage.googleapis.com/golang/go1.4-bootstrap-20170531.tar.gz"
SRCURL[1]="https://redirector.gvt1.com/edgedl/go/go${PKGVERSION}.src.tar.gz"
Expand Down Expand Up @@ -44,7 +44,7 @@ mee_build() {


mee_install() {
# The binaries expect /scratch/local/bee-root/go/go-1.9.4-0/source to be copied or moved to /usr/lib/go
# The binaries expect /scratch/local/bee-root/go/go-1.10-0/source to be copied or moved to /usr/lib/go
mkdir -p ${D}${BINDIR}

cp -r ${S}/../bin/. ${D}${BINDIR}
Expand Down

0 comments on commit 30768df

Please sign in to comment.