Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using go-fuzz-build to boulder #7337

Open
yqiao18 opened this issue Feb 23, 2024 · 0 comments
Open

Using go-fuzz-build to boulder #7337

yqiao18 opened this issue Feb 23, 2024 · 0 comments

Comments

@yqiao18
Copy link

yqiao18 commented Feb 23, 2024

Summary:
When using go-fuzz-build in integration package, I got this error:
-: build constraints exclude all Go files in boulder/test/integration
-: This application uses version go1.21 of the source-processing packages but runs version go1.22 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go.
-: cannot find module providing package github.com/dvyukov/go-fuzz/go-fuzz-dep: import lookup disabled by -mod=vendor
(Go version in go.mod is at least 1.14 and vendor directory exists.)
-: This application uses version go1.21 of the source-processing packages but runs version go1.22 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go.
typechecking of . failed

How to deal with the version mismatch in boulder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant