Skip to content

Commit

Permalink
fix: release failure (#697)
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <laurentsimon@google.com>
  • Loading branch information
laurentsimon committed Aug 24, 2023
1 parent 80c7d86 commit 73d1bcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -51,7 +51,9 @@ jobs:
contents: write # For asset uploads.
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.8.0
with:
go-version-file: "go.mod"
# TODO(2680): re-enable go-version-file
# go-version-file: "go.mod"
go-version: '1.20'
config-file: .slsa-goreleaser/${{matrix.os}}-${{matrix.arch}}.yml
compile-builder: true
evaluated-envs: "VERSION:${{needs.args.outputs.version}}"
Expand Down

0 comments on commit 73d1bcb

Please sign in to comment.