-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
After cloning the repo, make all failed with the following error
make all
=== building spdkcsi binary
=== running golangci-lint
e2e/utils.go:389:2: undefined: Expect (typecheck)
Expect(err).ShouldNot(HaveOccurred())
^
e2e/utils.go:397:2: undefined: Expect (typecheck)
Expect(podList.Items).NotTo(BeNil())
^
e2e/utils.go:398:2: undefined: Expect (typecheck)
Expect(err).ShouldNot(HaveOccurred())
^
Here's go version on my gLinux
go version
go version go1.23-20240626-RC01 cl/646990413 +5a18e79687 X:fieldtrack,boringcrypto linux/amd64
Could this be caused by the project not working with higher Go version? Or any idea on possible causes? Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels