Skip to content

Commit 7933815

Browse files
committed
Don't proxy gomod
1 parent e8e2206 commit 7933815

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gomod:
2-
proxy: true
2+
proxy: false
33
env:
44
- GOPROXY=https://proxy.golang.org,direct
55
- GOSUMDB=sum.golang.org

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gomod:
2-
proxy: true
2+
proxy: false
33
env:
44
- GOPROXY=https://proxy.golang.org,direct
55
- GOSUMDB=sum.golang.org

0 commit comments

Comments
 (0)