Open morancj opened 3 years ago
https://github.com/FiloSottile/gvt is archived: if someone more familiar with Go than I would kindly TAL, hopefully we can get these tests passing. It seems this repo is used in a lot of places! :slightly_smiling_face:
9cc4ff7
In this commit I added a go.mod
file, I think this means the go get
statements in build/golang/Dockerfile
are redundant now. I have not transitioned apps myself from gopath to go mod before, I don't know if it makes sense to merge this as-is just because the tests are passing.
I think we need someone to take a quick look who knows about go mod migration (but at least I got the build working again)
Thanks. If someone who knows anything about the release cycle of this package is comfortable merging this, I definitely won't stop you.
The build is green at least, if there are issues to follow up they can be handled in a separate PR. @morancj Back in your court?
Updates for https://github.com/weaveworks/build-tools/pull/176 via https://github.com/weaveworks/weave/issues/3913 and https://github.com/weaveworks/weave/pull/3914