Skip to content

Commit fc5cab0

Browse files
committed
fix: delete typo from gorelease YAML
1 parent 29ebce9 commit fc5cab0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ builds:
3333
# use commit date instead of current date as main.date
3434
# only needed if you actually use those things in your main package, otherwise can be ignored.
3535
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }}
36-
# proxies from the go mod proxy before building
37-
# https://goreleaser.com/customization/gomod
38-
gomod:
39-
proxy: true
4036

4137
# config the checksum filename
4238
# https://goreleaser.com/customization/checksum

0 commit comments

Comments
 (0)