我在arch linux
里安装kubeless
yaourt -S kubeless
但发生报错
Build Kubeless Components binaries go: inconsistent vendoring in /tmp/yaourt-tmp-clyde/aur-kubeless/src/gopath/src/github.com/kubeless/kubeless: golang.org/x/[email protected]: is explicitly required in go.mod, but vendor/modules.txt indicates golang.org/x/[email protected] run 'go mod vendor' to sync, or use -mod=mod or -mod=readonly to ignore the vendor directory make: *** [Makefile:26: binary] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build kubeless.
感觉是go
版本不一致,但怎么升级本地的vendor/modules.txt
,求助