Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadowyj committed Sep 22, 2023
1 parent fd455d7 commit ffaa553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v4.1.0
with:
go-version: 1.14.x
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v1.20.0
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit ffaa553

Please sign in to comment.