We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7ff93d + 51553ca commit 6f98652Copy full SHA for 6f98652
.github/workflows/release-master.yml
@@ -45,7 +45,7 @@ jobs:
45
# Installing 'bash' because it's required by the 'cosign-installer' action
46
# and 'coreutils' because the 'slsa-provenance-action' requires a version
47
# of 'base64' that supports the -w flag.
48
- run: apk add --update make git jq rsync curl bash coreutils
+ run: apk add --update make git jq rsync curl bash coreutils go
49
- name: Adding github workspace as safe directory
50
# See issue https://github.com/actions/checkout/issues/760
51
run: git config --global --add safe.directory $GITHUB_WORKSPACE
0 commit comments