mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-26 00:39:02 +01:00
Try bumping to 1.2.1 to see if it fixes the SIGSEGV
This commit is contained in:
parent
30eee40bb9
commit
8c10148d87
6
.github/workflows/slsa-releaser.yml
vendored
6
.github/workflows/slsa-releaser.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
id-token: write
|
||||
contents: write
|
||||
needs: args
|
||||
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.0
|
||||
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.1
|
||||
with:
|
||||
config-file: .slsa-goreleaser-linux-amd64.yml
|
||||
go-version: 1.18
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
contents: write
|
||||
needs:
|
||||
- args
|
||||
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.0
|
||||
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.1
|
||||
with:
|
||||
config-file: .slsa-goreleaser-darwin-amd64.yml
|
||||
go-version: 1.18
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
contents: write
|
||||
needs:
|
||||
- args
|
||||
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.0
|
||||
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.1
|
||||
with:
|
||||
config-file: .slsa-goreleaser-darwin-arm64.yml
|
||||
go-version: 1.18
|
||||
|
Loading…
Reference in New Issue
Block a user