Skip to content

Commit

Permalink
lock releaser at v5 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
raylas authored Aug 22, 2024
1 parent fd62469 commit 390932b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}

- name: Release
uses: goreleaser/goreleaser-action@v6
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down
8 changes: 7 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
builds:
- goos:
- env:
- CGO_ENABLED=0
ldflags:
- -extldflags "-static"
flags:
- -trimpath
goos:
- linux
- darwin
goarch:
Expand Down

0 comments on commit 390932b

Please sign in to comment.