Skip to content

Commit

Permalink
Pin goreleaser v2.4.1 (#1500) (#1501)
Browse files Browse the repository at this point in the history
* use gorelease version 2

* use gorelease version 2

* pin goreleaser v2.4.1

(cherry picked from commit 83aa1ef)
  • Loading branch information
fanny-jiang authored Nov 4, 2024
1 parent 270f12b commit 9b608a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
version: latest
version: 2.4.1
args: build --skip=validate --config .goreleaser-for-linux.yaml
build-darwin-binary:
runs-on: macos-latest
Expand Down
1 change: 1 addition & 0 deletions .goreleaser-for-darwin.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod download
Expand Down
1 change: 1 addition & 0 deletions .goreleaser-for-linux.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod download
Expand Down
1 change: 1 addition & 0 deletions .goreleaser-for-windows.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod download
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod download
Expand Down

0 comments on commit 9b608a7

Please sign in to comment.