Closed knight42 closed 4 years ago
Thanks for your pull request. Before we can look at your pull request, you'll need to finish a Contributor License Agreement (CLA).
:memo: Please follow instructions at https://github.com/caicloud/engineering/blob/master/guidelines/cla.md to complete the CLA.
I got an error in my local validation (with go 1.13.x), seems a go version issue, what is the go version you are using?
error loading packages: go [list -e -json -compiled=true -test=false -export=false -deps=true -find=false --]: exit status 1: build .: cannot find module for path .
@iawia002 I am using go 1.15.3.
$ go version
go version go1.15.3 darwin/amd64
May i know the command that cause this error?
May i know the command that cause this error?
packages.Load
returns this error, I tried on go 1.14.x and the issue just disappeared, seems that something wrong with go modules in 1.13.x
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: iawia002
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What this PR does / why we need it:
Make
nirvana api
work with go module.Proof:
Which issue(s) this PR is related to (optional, link to 3rd issue(s)):
Fixes #270
Reference to #
Special notes for your reviewer:
/cc @kdada @iawia002
Release note: