Skip to content

Commit 73d1bcb

Browse files
authored
fix: release failure (#697)
Signed-off-by: laurentsimon <[email protected]>
1 parent 80c7d86 commit 73d1bcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
contents: write # For asset uploads.
5252
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
5353
with:
54-
go-version-file: "go.mod"
54+
# TODO(2680): re-enable go-version-file
55+
# go-version-file: "go.mod"
56+
go-version: '1.20'
5557
config-file: .slsa-goreleaser/${{matrix.os}}-${{matrix.arch}}.yml
5658
compile-builder: true
5759
evaluated-envs: "VERSION:${{needs.args.outputs.version}}"

0 commit comments

Comments
 (0)