From 1ed3d583cd2d87393c4977b72f38d2d2d2125db6 Mon Sep 17 00:00:00 2001 From: Jim Fitzpatrick Date: Wed, 29 Jan 2025 17:28:20 +0000 Subject: [PATCH] REMOVE: dependency on golang Golang was required for tool installation, but never used during the workflow. As the `./hack/release` scripts use a different method of installing the required tools there is no need to manage the golang version anymore. Signed-off-by: Jim Fitzpatrick --- .github/workflows/release.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 04e6c4e77..cbcb8c303 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,11 +16,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y gettext-base - - name: Set up Go 1.21.x - uses: actions/setup-go@v4 - with: - go-version: 1.21.x - id: go - name: Checkout code at git ref uses: actions/checkout@v4 with: