You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile: enable GOPROXY to work around vanity URL being offline
The https://honnef.co/go/tools domain looks to be offline, causing projects that
do not use vendoring to fail:
go: downloading google.golang.org/protobuf v1.27.1
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
go: google.golang.org/[email protected] requires
google.golang.org/[email protected] requires
honnef.co/go/[email protected]: unrecognized import path "honnef.co/go/tools": reading https://honnef.co/go/tools?go-get=1: 502 Bad Gateway
make: *** [Makefile:71: manpages] Error 1
For now, let's use the GOPROXY (we should look at making this a build-arg probably)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
0 commit comments