Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

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 ada3383 commit 784ca6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
go-version: "${{ env.go_version }}"

- name: Binaries Release
uses: goreleaser/goreleaser-action@v3.1.0
uses: goreleaser/goreleaser-action@v4.2.0
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 @@ -6,6 +6,8 @@ builds:
- CGO_ENABLED=0
ldflags:
- -s -w
flags:
- -trimpath
goos:
- linux
- windows
Expand Down

0 comments on commit 784ca6f

Please sign in to comment.