graboid icon indicating copy to clipboard operation
graboid copied to clipboard

Build Failure with go 1.13

Open sgotand opened this issue 5 years ago • 1 comments

make build command failed with go 1.13.

$ go version                                                                                                                                                                            go version go1.13.4 linux/amd64

$ make build                                                                                                                                                                            ===> Building Binaries
go build
go: github.com/wagoodman/[email protected] requires
	github.com/docker/distribution@v0.0.0-20181126153310-93e082742a009850ac46962150b2f652a822c5ff: invalid pseudo-version: revision is longer than canonical (93e082742a00)
Makefile:77: recipe for target 'build' failed
make: *** [build] Error 1

This is probably because vendoring was disabled.

sgotand avatar Jan 22 '20 06:01 sgotand

I assume that your PR fixes this issue?

blacktop avatar Jan 23 '20 00:01 blacktop