Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit c26a9e5

Browse files
committed
removing go binary now that the setup go action is resolved
1 parent 97b4692 commit c26a9e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.goreleaser.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ release:
77

88
builds:
99
- id: darwin-amd64
10-
gobinary: "go1.20"
1110
main: ./main.go
1211
binary: polygon-edge
1312
goos:
@@ -21,7 +20,6 @@ builds:
2120
-s -w -X 'github.com/0xPolygon/polygon-edge/versioning.Version=v{{ .Version }}'
2221

2322
- id: darwin-arm64
24-
gobinary: "go1.20"
2523
main: ./main.go
2624
binary: polygon-edge
2725
goos:
@@ -35,7 +33,6 @@ builds:
3533
-s -w -X 'github.com/0xPolygon/polygon-edge/versioning.Version=v{{ .Version }}'
3634

3735
- id: linux-amd64
38-
gobinary: "go1.20"
3936
main: ./main.go
4037
binary: polygon-edge
4138
goos:
@@ -53,7 +50,6 @@ builds:
5350
- osusergo
5451

5552
- id: linux-arm64
56-
gobinary: "go1.20"
5753
main: ./main.go
5854
binary: polygon-edge
5955
goos:

0 commit comments

Comments
 (0)