From 7aace2a541ea55b68ca09c8a88dec530d3b99b78 Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Tue, 17 Jun 2025 10:07:56 -0700 Subject: [PATCH] fix: we don't need go --- release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/release.yaml b/release.yaml index 2224a8e22..8076a0dd2 100644 --- a/release.yaml +++ b/release.yaml @@ -10,9 +10,6 @@ requirements: # We use wget here, because curl --fail-with-body was introduced in a version ulterior to what we can have on the CI agents. - name: "wget" cmd: "wget --help" - - name: "go" - cmd: "which go" - fixInstructions: "install golang" - name: "GitHub cli exists" cmd: "which gh" fixInstructions: "install GitHub cli"