From 37bd784a02b84c145f183d2b08239d5b0efac3a6 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 27 Mar 2025 11:20:50 +0100 Subject: [PATCH] set up go --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31fe47c28..4995513ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,6 +44,10 @@ jobs: - name: Git describe id: ghd uses: proudust/gh-describe@v2 + - name: Set up Go + uses: actions/setup-go@v5 + with: + go-version: stable - name: Build env: RELEASE_VERSION: ${{ steps.ghd.outputs.describe }}