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

v61: Handle go version tags

Compare
Choose a tag to compare
@freeformz freeformz released this 06 Apr 16:29
· 56 commits to master since this release
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.