Skip to content

Commit

Permalink
chore(go-releaser): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodangelis committed Dec 6, 2023
1 parent dc7a48d commit 5e24103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
go-version: 1.21.x
# Runs the goreleaser
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v5
with:
version: v1.6.3
version: latest
args: release --rm-dist
key: ${{ secrets.YOUR_PRIVATE_KEY }}
env:
Expand Down

0 comments on commit 5e24103

Please sign in to comment.