set up go

This commit is contained in:
kolaente
2025-03-27 11:20:50 +01:00
parent 6589a8fa55
commit 37bd784a02

View File

@@ -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 }}