Skip to content

Commit

Permalink
Update goreleaser action (#508)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #508

Need to fix this error for new TTPForge release

 {F1798300338}

Reviewed By: d0n601

Differential Revision: D61042469

fbshipit-source-id: 5b76217b7b1db0ba73c5886e8024642bae336582
  • Loading branch information
d3sch41n authored and facebook-github-bot committed Aug 9, 2024
1 parent 62a1e9d commit 995ce75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
run: git fetch --force --tags

- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.20"
go-version: "1.22"

- name: Fix GOPATH
run: export PATH=$PATH:$(go env GOPATH)/bin

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 995ce75

Please sign in to comment.