Skip to content

Commit

Permalink
Fix: resolve security issue CVE-2024-24790 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber authored Jul 2, 2024
1 parent 387fe87 commit 2cae4e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
with:
go-version: 1.21
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: "~> v2"
version: latest
args: release --clean
env:
CGO_ENABLED: 0
Expand Down

0 comments on commit 2cae4e7

Please sign in to comment.