Skip to content

Commit

Permalink
fix(goreleaser): bump to 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed Apr 8, 2023
1 parent 3725924 commit 6482ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Binaries Release
uses: goreleaser/goreleaser-action@v4.2.0
with:
version: ~> 1.5.0
version: ~> 1.16.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ builds:
- CGO_ENABLED=0
ldflags:
- -s -w
flags:
- -trimpath
goos:
- linux
- windows
Expand Down

0 comments on commit 6482ef6

Please sign in to comment.