Skip to content

Commit

Permalink
chore(ci): fix go version in the release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Sep 19, 2023
1 parent 0012709 commit 5bdcc5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flow-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
with:
extra_plugins: |
@semantic-release/git
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Install GoReleaser
if: steps.semantic.outputs.new_release_published == 'true'
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 5bdcc5b

Please sign in to comment.