Skip to content

Commit 51553ca

Browse files
committed
Install go
1 parent 39cbd15 commit 51553ca

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
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

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
DOCKER_HOST: tcp://localhost:2375
4141
steps:
4242
- name: Install Tools
43-
run: apk add --update make git jq rsync curl go
43+
run: apk add --update make git jq rsync curl
4444
- name: Adding github workspace as safe directory
4545
# See issue https://github.com/actions/checkout/issues/760
4646
run: git config --global --add safe.directory $GITHUB_WORKSPACE
@@ -53,8 +53,3 @@ jobs:
5353
driver-opts: image=moby/buildkit:master
5454
- name: Build images
5555
run: make build-docker-image
56-
57-
- name: Sign
58-
run: make sign-docker-image
59-
- name: SBOM
60-
run: make sbom-docker-image

0 commit comments

Comments
 (0)