Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#375 (comment) I found this doesn't work. To install slsa-verifier v2 by go install, we have to release v2.0.1 or later. ``` go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.0.0 go: github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.0.0: github.com/slsa-framework/slsa-verifier@v2.0.0: invalid version: module contains a go.mod file, so module path must match major version ("github.com/slsa-framework/slsa-verifier/v2") ``` Signed-off-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com> Signed-off-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
- Loading branch information