Commit 306bf07 1 parent 440722c commit 306bf07 Copy full SHA for 306bf07
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
uses : anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
35
35
- name : Set up Go
36
36
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
37
+ with :
38
+ go-version-file : ' go.mod'
37
39
- name : Run GoReleaser
38
40
uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
39
41
with :
Original file line number Diff line number Diff line change @@ -84,10 +84,9 @@ docker_signs:
84
84
- cmd : " cosign"
85
85
args :
86
86
- " sign"
87
- - " ${artifact }"
87
+ - " ${digest }"
88
88
- " --yes"
89
89
artifacts : all
90
- output : true
91
90
92
91
signs :
93
92
- cmd : " cosign"
96
95
- " ${artifact}"
97
96
- " --yes"
98
97
artifacts : all
99
- output : true
100
98
101
99
changelog :
102
100
sort : asc
You can’t perform that action at this time.
0 commit comments