We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to build this project with make and DOCKER_ARCHS set as amd64 in environment variable. This is the error I am seeing.
make
DOCKER_ARCHS
amd64
make >> checking code style >> checking license header mkdir -p /Users/nsubrahm/go/bin curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.36.0/install.sh \ | sed -e '/install -d/d' \ | sh -s -- -b /Users/nsubrahm/go/bin v1.36.0 golangci/golangci-lint info checking GitHub for tag 'v1.36.0' golangci/golangci-lint info found version: 1.36.0 for v1.36.0/darwin/amd64 golangci/golangci-lint info installed /Users/nsubrahm/go/bin/golangci-lint >> running golangci-lint GO111MODULE=on go list -e -compiled -test=true -export=false -deps=true -find=false -tags= -- ./... > /dev/null go: collectd.org@v0.4.0: Get "https://proxy.golang.org/collectd.org/@v/v0.4.0.mod": dial tcp: i/o timeout make: *** [common-lint] Error 1
The text was updated successfully, but these errors were encountered:
URL works fine for me:
$ curl https://proxy.golang.org/collectd.org/@v/v0.4.0.mod module collectd.org
=> Check your (Golang) proxy settings?
PS. latest tag seems to be v0.6.0.
Sorry, something went wrong.
No branches or pull requests
I am trying to build this project with
make
andDOCKER_ARCHS
set asamd64
in environment variable. This is the error I am seeing.The text was updated successfully, but these errors were encountered: