From 2dbdf02dd2396af2a3f801c27c9995d719c8532f Mon Sep 17 00:00:00 2001 From: Arjun Raja Yogidas Date: Sat, 21 Sep 2024 19:11:51 +0000 Subject: [PATCH] fix: Add static binaries to release 2 Signed-off-by: Arjun Raja Yogidas --- .github/workflows/release-automation.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index 0d0df221..6ebc4ef2 100644 --- a/.github/workflows/release-automation.yaml +++ b/.github/workflows/release-automation.yaml @@ -32,6 +32,10 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-tags: true + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + with: + go-version: ${{ env.GO_VERSION }} + cache: false - name: 'Echo RELEASE_TAG ENV' run: echo ${{ env.RELEASE_TAG }} - name: Setup variables and release directories