Skip to content

Commit

Permalink
BUG/MINOR: use project go version in go release
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Mar 10, 2023
1 parent 0d11684 commit 24d2561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version-file: 'go.mod'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 24d2561

Please sign in to comment.