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 78605d0 commit 1159dae
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 @@ -29,7 +29,7 @@ jobs:
- name: Binaries Release
uses: goreleaser/[email protected]
with:
version: ~> 0.175
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 1159dae

Please sign in to comment.