Skip to content

Commit

Permalink
Don't proxy gomod
Browse files Browse the repository at this point in the history
  • Loading branch information
greboid committed Apr 26, 2021
1 parent e8e2206 commit 7933815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gomod:
proxy: true
proxy: false
env:
- GOPROXY=https://proxy.golang.org,direct
- GOSUMDB=sum.golang.org
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gomod:
proxy: true
proxy: false
env:
- GOPROXY=https://proxy.golang.org,direct
- GOSUMDB=sum.golang.org
Expand Down

0 comments on commit 7933815

Please sign in to comment.