Skip to content

Commit

Permalink
Disable Go module proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Feb 4, 2022
1 parent 1c6acb1 commit 838fff3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ builds:
flags:
- -trimpath

# proxies from the go mod proxy before building
# https://goreleaser.com/customization/gomod
gomod:
proxy: true

archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
format_overrides:
Expand Down

0 comments on commit 838fff3

Please sign in to comment.