fix: go pull

This commit is contained in:
2026-06-08 20:05:37 +02:00
parent 92e5ef13d3
commit 8f9322c4de
+6
View File
@@ -43,6 +43,12 @@ jobs:
git clean -ffdx
echo "Release ${TAG_NAME} will build commit $(git rev-parse HEAD)"
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.26'
cache: false
- name: Build sow-toolkit binaries
run: |
set -euo pipefail