From 32e93b362e5708cf2ed22f1fc05465ddb2d00371 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Fri, 20 Dec 2024 20:41:59 +0100 Subject: [PATCH] Remove go installation through apt for Ubuntu 24.04 --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index a1e97e5..78cb38c 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -349,7 +349,7 @@ jobs: - name: Install development packages run: | apt update && apt --assume-yes upgrade - apt --assume-yes install build-essential sed git wget bash go + apt --assume-yes install build-essential sed git wget bash # Checkout git repository and submodules # fetch-depth must be 0 to use git describe # See: https://github.com/marketplace/actions/checkout