We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c7d86 commit 73d1bcbCopy full SHA for 73d1bcb
.github/workflows/release.yml
@@ -51,7 +51,9 @@ jobs:
51
contents: write # For asset uploads.
52
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
53
with:
54
- go-version-file: "go.mod"
+ # TODO(2680): re-enable go-version-file
55
+ # go-version-file: "go.mod"
56
+ go-version: '1.20'
57
config-file: .slsa-goreleaser/${{matrix.os}}-${{matrix.arch}}.yml
58
compile-builder: true
59
evaluated-envs: "VERSION:${{needs.args.outputs.version}}"
0 commit comments