Skip to content

Commit eebd13a

Browse files
committed
revert(goreleaser): disable failing gomod configuration
1 parent f35445d commit eebd13a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.goreleaser.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ env:
1515
- CGO_ENABLED=1
1616

1717
# https://goreleaser.com/customization/verifiable_builds/
18-
gomod:
19-
proxy: true
20-
mod: mod
21-
env:
22-
- GOPROXY=https://proxy.golang.org,direct
23-
- GOSUMDB=sum.golang.org
24-
# - GOPRIVATE=example.com/blah
18+
# gomod:
19+
# proxy: true
20+
# mod: mod
21+
# env:
22+
# - GOPROXY=https://proxy.golang.org,direct
23+
# - GOSUMDB=sum.golang.org
24+
# # - GOPRIVATE=example.com/blah
2525

2626
builds:
2727
- id: linux-amd64

0 commit comments

Comments
 (0)