Skip to content

Instantly share code, notes, and snippets.

@abutcher
Created April 13, 2020 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abutcher/387ed348524a1576449bd35fa3895b06 to your computer and use it in GitHub Desktop.
Save abutcher/387ed348524a1576449bd35fa3895b06 to your computer and use it in GitHub Desktop.
➜ hive (syncset-errors) ✗ make test
go install -mod=vendor k8s.io/code-generator/cmd/deepcopy-gen
go install -mod=vendor k8s.io/code-generator/cmd/conversion-gen
go install -mod=vendor k8s.io/code-generator/cmd/defaulter-gen
go install -mod=vendor k8s.io/code-generator/cmd/client-gen
go install -mod=vendor sigs.k8s.io/controller-tools/cmd/controller-gen
go install -mod=vendor github.com/jteeuwen/go-bindata/go-bindata
go install -mod=vendor github.com/golang/mock/mockgen
go install -mod=vendor golang.org/x/lint/golint
go install -mod=vendor github.com/golangci/golangci-lint/cmd/golangci-lint
GOFLAGS=-mod=vendor go generate ./pkg/... ./cmd/...
hack/update-bindata.sh
gofmt -w -s pkg contrib
go vet ./pkg/... ./cmd/... ./contrib/...
verifying gomodules.xyz/jsonpatch/v2@v2.0.0: checksum mismatch
downloaded: h1:OyHbl+7IOECpPKfVK42oFr6N7+Y2dR+Jsb/IiDV3hOo=
go.sum: h1:lHNQverf0+Gm1TbSbVIDWVXOhZ2FpZopxRqpr2uIjs4=
SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.
For more information, see 'go help module-auth'.
make: *** [Makefile:175: vet] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment