Skip to content

Commit 7aace2a

Browse files
fix: we don't need go
1 parent 14a5138 commit 7aace2a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ requirements:
1010
# We use wget here, because curl --fail-with-body was introduced in a version ulterior to what we can have on the CI agents.
1111
- name: "wget"
1212
cmd: "wget --help"
13-
- name: "go"
14-
cmd: "which go"
15-
fixInstructions: "install golang"
1613
- name: "GitHub cli exists"
1714
cmd: "which gh"
1815
fixInstructions: "install GitHub cli"

0 commit comments

Comments
 (0)