Skip to content

Commit

Permalink
disable go mod proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
dshelley66 committed Oct 12, 2023
1 parent e96a55a commit 0e456ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ snapshot:
name_template: "{{ incpatch .Version }}-next"

gomod:
proxy: true
proxy: false

report_sizes: true

Expand Down

0 comments on commit 0e456ea

Please sign in to comment.