Skip to content

Commit

Permalink
update go in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs authored Oct 14, 2023
1 parent a1dbe3f commit 8c2b594
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
working-directory: ./embedg-app
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=1.21.0"
check-latest: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit 8c2b594

Please sign in to comment.