Add note not to `go get github.com/BurntSushi/go-sumtype` in build directory as this will cause vendor issues
This commit is contained in:
parent
2bea3167c4
commit
cab00d043e
2
Makefile
2
Makefile
|
@ -238,7 +238,7 @@ tunnelrpc/tunnelrpc.capnp.go: tunnelrpc/tunnelrpc.capnp
|
|||
.PHONY: vet
|
||||
vet:
|
||||
go vet -mod=vendor ./...
|
||||
which go-sumtype # go get github.com/BurntSushi/go-sumtype
|
||||
which go-sumtype # go get github.com/BurntSushi/go-sumtype (don't do this in build directory or this will cause vendor issues)
|
||||
go-sumtype $$(go list -mod=vendor ./...)
|
||||
|
||||
.PHONY: msi
|
||||
|
|
Loading…
Reference in New Issue