Skip to content

Commit 6f98652

Browse files
authored
Merge pull request #425 from jetstack/sign-fix
2 parents f7ff93d + 51553ca commit 6f98652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Installing 'bash' because it's required by the 'cosign-installer' action
4646
# and 'coreutils' because the 'slsa-provenance-action' requires a version
4747
# of 'base64' that supports the -w flag.
48-
run: apk add --update make git jq rsync curl bash coreutils
48+
run: apk add --update make git jq rsync curl bash coreutils go
4949
- name: Adding github workspace as safe directory
5050
# See issue https://github.com/actions/checkout/issues/760
5151
run: git config --global --add safe.directory $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)