Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Build Failure with go 1.13 #2

Open
sgotand opened this issue Jan 22, 2020 · 1 comment
Open

Build Failure with go 1.13 #2

sgotand opened this issue Jan 22, 2020 · 1 comment

Comments

@sgotand
Copy link
Contributor

sgotand commented Jan 22, 2020

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 added a commit to sgotand/graboid that referenced this issue Jan 22, 2020
blacktop pushed a commit that referenced this issue Jan 23, 2020
@blacktop
Copy link
Owner

I assume that your PR fixes this issue?

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

No branches or pull requests

2 participants