Skip to content

Commit

Permalink
fix: set go version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsoumya authored May 22, 2024
1 parent da3c588 commit 05eafe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
fi
echo "Repository is set to: $REPO"
echo "repo=$REPO" >> $GITHUB_OUTPUT
- name: Setup Go >= 1.22.3
uses: actions/setup-go@v5
with:
go-version: '1.22.3'
- name: Set version for unstable builds
id: unstable-version
run: |
Expand Down

0 comments on commit 05eafe5

Please sign in to comment.