Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

Handle go version tags#451

Closed
freeformz wants to merge 1 commit intomasterfrom
go_version_tags
Closed

Handle go version tags#451
freeformz wants to merge 1 commit intomasterfrom
go_version_tags

Conversation

@freeformz
Copy link
Copy Markdown

Fixes #448

Obey the go tool's definition of how the go versions build tags work for
the purposes of dependency scanning.

Don't use the current go version, but the recorded go version in
Godeps.json.

FIXME: We still copy the files. This is sub optimal, but probably fine
in the 80% case where people are using the version of go they have
specified in the Godeps.json file. Longer term we need to obey the
gofiles / ignore lists from the package list.

IMO, Supersedes #449

Fixes #448

Obey the go tool's definition of how the go versions build tags work for
the purposes of dependency scanning.

Don't use the current go version, but the recorded go version in
Godeps.json.

FIXME: We still copy the files. This is sub optimal, but probably fine
in the 80% case where people are using the version of go they have
specified in the Godeps.json file. Longer term we need to obey the
gofiles / ignore lists from the package list.
@ddgenome
Copy link
Copy Markdown

ddgenome commented Apr 6, 2016

This fixes issue #448 for me.

@freeformz
Copy link
Copy Markdown
Author

Merged as 35ee059

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants