From 233457085cad1ad578d665b2da9c82fb463c01b9 Mon Sep 17 00:00:00 2001 From: Piotr Magiera <56825108+piotmag769@users.noreply.github.com> Date: Mon, 20 May 2024 13:16:06 +0200 Subject: [PATCH] Fix release job (#64) --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef48e8b..48c9d66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,6 +86,8 @@ jobs: echo "CARGO=cross" >> $GITHUB_ENV - uses: actions/setup-go@v5 + with: + go-version: 'stable' - uses: arduino/setup-protoc@v3 - name: Configure cross and build @@ -127,7 +129,7 @@ jobs: create-release: name: Create release runs-on: ubuntu-latest - needs: [build-binaries, get-version] + needs: [ build-binaries, get-version ] steps: - uses: actions/checkout@v4