Skip to content

Commit

Permalink
BUILD/MINOR: fix goreleaser actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Jun 7, 2023
1 parent d653d92 commit be82e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.20
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ before:
hooks:
- go mod download
- go mod tidy
- make clean
- mkdir build/
builds:
-
Expand Down

0 comments on commit be82e93

Please sign in to comment.