Skip to content

make failed immediately #46

@cmfeng

Description

@cmfeng

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions