Commit Graph

4 Commits (6c664746e4e33f37c38769d20b1c64b08fcd52d0)

Author SHA1 Message Date
Kubernetes Prow Robot ed5c7e6bfb
Merge pull request #76511 from liggitt/fixup-vendor-gopath
stop clearing GOPATH in vendor scripts
2019-04-12 18:08:47 -07:00
Jordan Liggitt fb0cea22dc stop clearing GOPATH in vendor scripts
if unset, go defaults to $HOME/go, and fails if $GOROOT is also set to the same directory

we were only doing this to be doubly sure that only modules were being used.
just depend on export GO111MODULE=on for that.
2019-04-12 12:56:05 -04:00
Christoph Blecker 2363136f2c
Remove has_changes logic from vendor scripts 2019-04-07 12:11:18 -07:00
Jordan Liggitt 2ea3cbdcbc Update hack scripts to use go mod 2019-04-03 10:19:39 -04:00