IPFS build from Source failed

Hello While I was trying to install IPFS from the source. I got the following error

nilesh@node2:~/go/src/github.com/ipfs/go-ipfs$ make install
go: mvdan.cc/unparam@v0.0.0-20190209190245-fbb59629db34: unrecognized import path "mvdan.cc/unparam" (https fetch: Get https://mvdan.cc/unparam?go-get=1: x509: certificate signed by unknown authority)
go: mvdan.cc/lint@v0.0.0-20170908181259-adc824a0674b: unrecognized import path "mvdan.cc/lint" (https fetch: Get https://mvdan.cc/lint?go-get=1: x509: certificate signed by unknown authority)
go: mvdan.cc/interfacer@v0.0.0-20180901003855-c20040233aed: unrecognized import path "mvdan.cc/interfacer" (https fetch: Get https://mvdan.cc/interfacer?go-get=1: x509: certificate signed by unknown authority)
go: error loading module requirements
go version go1.12.4 linux/amd64
bin/check_go_version 1.12
go install  "-asmflags=all='-trimpath=/home/nilesh/go'" "-gcflags=all='-trimpath=/home/nilesh/go'" -ldflags="-X "github.com/ipfs/go-ipfs".CurrentCommit=d5977fc" ./cmd/ipfs
go: mvdan.cc/unparam@v0.0.0-20190209190245-fbb59629db34: unrecognized import path "mvdan.cc/unparam" (https fetch: Get https://mvdan.cc/unparam?go-get=1: x509: certificate signed by unknown authority)
go: mvdan.cc/lint@v0.0.0-20170908181259-adc824a0674b: unrecognized import path "mvdan.cc/lint" (https fetch: Get https://mvdan.cc/lint?go-get=1: x509: certificate signed by unknown authority)
go: mvdan.cc/interfacer@v0.0.0-20180901003855-c20040233aed: unrecognized import path "mvdan.cc/interfacer" (https fetch: Get https://mvdan.cc/interfacer?go-get=1: x509: certificate signed by unknown authority)
go: error loading module requirements
cmd/ipfs/Rules.mk:37: recipe for target 'cmd/ipfs-install' failed
make: *** [cmd/ipfs-install] Error 1

Is there a workaround for this problem ?? I am trying to access this from my university network?