Skip to content

Commit

Permalink
update go version in release-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kitesi committed Nov 12, 2022
1 parent 51881d5 commit dca04ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit dca04ab

Please sign in to comment.