You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the go scanner image is used to generate golang_create_bom job,
create job gives an error with "go: go.mod requires go >= 1.23.5 (running go 1.23.4; GOTOOLCHAIN=local)" where you could also find its payload in below screenshot in line 48.
As of I have seen , you have already updated here , but didnt release yet.
Could you support on this issue?
Regards,
Dilek
The text was updated successfully, but these errors were encountered:
I strongly suggest not running cyclonedx-gomod in a container image in this case. You'll have a much easier time simply invoking the binary directly, or putting the binary in whatever base image your org uses for Go applications. Otherwise you're needlessly restricting yourself when it comes to which Go versions your applications can use.
When using the app command, please keep in mind that the Go version may influence module selection.
We generally recommend using a precompiled binary and running it in the same environment in which you're building your application in.
Hello,
We use Go Scanner which is a mirror of cyclonedx/cyclonedx-gomod
provides the cyclonedx-gomod scanner for use in pipelines on
our company GitLab repository.
When the go scanner image is used to generate golang_create_bom job,
create job gives an error with "go: go.mod requires go >= 1.23.5 (running go 1.23.4; GOTOOLCHAIN=local)" where you could also find its payload in below screenshot in line 48.
As of I have seen , you have already updated here , but didnt release yet.
Could you support on this issue?
Regards,
Dilek
The text was updated successfully, but these errors were encountered: