Skip to content

Commit 28426b0

Browse files
authored
Merge pull request #384 from stefanprodan/build-release-latest
ci: Build release with latest Go 1.22 patch
2 parents 2efd9a6 + be679a4 commit 28426b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Setup Go
2626
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2727
with:
28-
go-version-file: 'go.mod'
29-
cache: true
28+
go-version: 1.22.x
29+
cache: false
3030
- name: Setup Syft
3131
uses: anchore/sbom-action/download-syft@ab5d7b5f48981941c4c5d6bf33aeb98fe3bae38c # v0.15.10
3232
- name: Run GoReleaser
@@ -113,7 +113,7 @@ jobs:
113113
actions: read # To read the workflow path.
114114
id-token: write # To sign the provenance.
115115
contents: write # To add assets to a release.
116-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
116+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
117117
with:
118118
provenance-name: "timoni_${{ needs.goreleaser.outputs.version }}_provenance.intoto.jsonl"
119119
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"

0 commit comments

Comments
 (0)