Skip to content

Commit

Permalink
Merge pull request #3 from loveholidays/update-goreleaser
Browse files Browse the repository at this point in the history
update goreleaser action
  • Loading branch information
husseinferas authored Jan 19, 2023
2 parents c9cbc4e + e0d92bf commit d2d3111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.15
go-version: '>= 1.15'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit d2d3111

Please sign in to comment.