We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We recently started receiving errors like this in our pipelines:
12:03:15 info golangBuild - running command: go install github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod@latest 12:03:15 info golangBuild - go: downloading github.com/CycloneDX/cyclonedx-gomod v1.8.0 12:03:15 info golangBuild - go: github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod@latest: github.com/CycloneDX/[email protected] requires go >= 1.23.1 (running go 1.22.7; GOTOOLCHAIN=local)
Is it expected that you can't use createBOM with golang lower then v23? We use a configuration like this:
createBOM
golangBuild: createBOM: true dockerImage: &GOLANG_BUILDER 'golang:1.22'
Up until now that worked fine.
If thats the case the documentation might need an update: https://www.project-piper.io/steps/golangBuild/#createbom
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We recently started receiving errors like this in our pipelines:
Is it expected that you can't use
createBOM
with golang lower then v23? We use a configuration like this:Up until now that worked fine.
If thats the case the documentation might need an update: https://www.project-piper.io/steps/golangBuild/#createbom
The text was updated successfully, but these errors were encountered: