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
Go will soon release a feature where versions of the main module and dependencies built from an untagged or dirty commit produce a valid Go version. Before, those versions were (devel). The new change is already at go tip, making some of the tests fail that expect (devel) version. We currently mask the dirty versions with (devel) too, but when all builders' go versions have this feature, we should just use the actual version.
The text was updated successfully, but these errors were encountered:
zpavlinovic
changed the title
x/vuln/cmd/govulncheck: unmask version of dependencies in SBOM
x/vuln/cmd/govulncheck: unmask module versions in SBOM
Nov 22, 2024
zpavlinovic
changed the title
x/vuln/cmd/govulncheck: unmask module versions in SBOM
x/vuln/cmd/govulncheck: unmask module versions in SBOM testdata
Nov 22, 2024
Go will soon release a feature where versions of the main module and dependencies built from an untagged or dirty commit produce a valid Go version. Before, those versions were
(devel)
. The new change is already at go tip, making some of the tests fail that expect(devel)
version. We currently mask the dirty versions with(devel)
too, but when all builders' go versions have this feature, we should just use the actual version.The text was updated successfully, but these errors were encountered: