fix: go pull
This commit is contained in:
@@ -43,6 +43,12 @@ jobs:
|
|||||||
git clean -ffdx
|
git clean -ffdx
|
||||||
echo "Release ${TAG_NAME} will build commit $(git rev-parse HEAD)"
|
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
|
- name: Build sow-toolkit binaries
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|||||||
Reference in New Issue
Block a user