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
|
.PHONY: vet
|
||||||
vet:
|
vet:
|
||||||
go vet -mod=vendor ./...
|
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 ./...)
|
go-sumtype $$(go list -mod=vendor ./...)
|
||||||
|
|
||||||
.PHONY: msi
|
.PHONY: msi
|
||||||
|
|
Loading…
Reference in New Issue