Skip to content
New issue

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

make fails with tcp timeout. #117

Open
chainhead opened this issue Mar 1, 2022 · 1 comment
Open

make fails with tcp timeout. #117

chainhead opened this issue Mar 1, 2022 · 1 comment

Comments

@chainhead
Copy link

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
>> 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: [email protected]: Get "https://proxy.golang.org/collectd.org/@v/v0.4.0.mod": dial tcp: i/o timeout
make: *** [common-lint] Error 1
@eero-t
Copy link

eero-t commented Jan 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants