Skip to content

Commit 39cbd15

Browse files
committed
add go
1 parent 4cea726 commit 39cbd15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
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
43+
run: apk add --update make git jq rsync curl go
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,6 +53,7 @@ jobs:
5353
driver-opts: image=moby/buildkit:master
5454
- name: Build images
5555
run: make build-docker-image
56+
5657
- name: Sign
5758
run: make sign-docker-image
5859
- name: SBOM

0 commit comments

Comments
 (0)