Skip to content

Commit 1b16a94

Browse files
committed
[hotfix] disable proxy for now
1 parent 6ec32da commit 1b16a94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.goreleaser.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ signs:
3636
release:
3737
prerelease: auto
3838
mode: keep-existing
39-
gomod:
40-
proxy: true
41-
env:
42-
- GOPROXY=https://proxy.golang.org,direct
43-
- GOSUMDB=sum.golang.org
44-
- GOPRIVATE=st2projects.com/ssh-sentinel-server
45-
mod: mod
46-
gobinary: go
39+
#gomod:
40+
# proxy: true
41+
# env:
42+
# - GOPROXY=https://proxy.golang.org,direct
43+
# - GOSUMDB=sum.golang.org
44+
# - GOPRIVATE=st2projects.com/ssh-sentinel-server
45+
# mod: mod
46+
# gobinary: go

0 commit comments

Comments
 (0)