File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ RUN apt-get update && apt-get install -y \
250
250
RUN apt-get -y build-dep linux
251
251
252
252
# For gobgp build
253
- RUN export VERSION=1.8.3 \
253
+ RUN export VERSION=1.11.2 \
254
254
&& wget https://storage.googleapis.com/golang/go$VERSION.linux-amd64.tar.gz \
255
255
&& tar -C /usr/local -xzf go$VERSION.linux-amd64.tar.gz \
256
256
&& echo 'export GOROOT=/usr/local/go' >> /etc/bash.bashrc \
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ INSTALL := /usr/bin/install
5
5
all : gobgp gobgpd
6
6
7
7
gobgpd :
8
- go get -v github.com/osrg/gobgp/gobgpd
8
+ /usr/local/go/bin/go get -v github.com/osrg/gobgp/cmd /gobgpd
9
9
10
10
gobgp :
11
- go get -v github.com/osrg/gobgp/gobgp
11
+ /usr/local/go/bin/go get -v github.com/osrg/gobgp/cmd /gobgp
12
12
13
13
install :
14
14
$(INSTALL ) -D ${GOPATH} /bin/gobgp $(DESTDIR ) /usr/bin/gobgp
You can’t perform that action at this time.
0 commit comments