set up go

This commit is contained in:
kolaente 2025-03-27 11:20:50 +01:00
parent 6589a8fa55
commit 37bd784a02
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ jobs:
- name: Git describe - name: Git describe
id: ghd id: ghd
uses: proudust/gh-describe@v2 uses: proudust/gh-describe@v2
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Build - name: Build
env: env:
RELEASE_VERSION: ${{ steps.ghd.outputs.describe }} RELEASE_VERSION: ${{ steps.ghd.outputs.describe }}