Skip to content

Commit

Permalink
REMOVE: dependency on golang
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Boomatang committed Jan 30, 2025
1 parent c20b087 commit 1ed3d58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1ed3d58

Please sign in to comment.