Skip to content

Commit 7ca8428

Browse files
authored
make build-installer requires Go environment to be setup (#27)
1 parent 4f8753a commit 7ca8428

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
fi
2929
echo "APPWRAPPER_VERSION=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV"
3030
31+
- name: Set up Go
32+
uses: actions/setup-go@v5
33+
with:
34+
go-version-file: './go.mod'
35+
3136
- name: docker login
3237
uses: docker/login-action@v2
3338
with:

0 commit comments

Comments
 (0)