Skip to content

Commit

Permalink
goreleaser: Add GOPROXY & GOSUMDB
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Sep 19, 2024
1 parent 237ab5c commit 9d9d1b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ builds:

gomod:
proxy: true
env:
- GOPROXY=https://proxy.golang.org
- GOSUMDB=sum.golang.org

changelog:
disable: true

0 comments on commit 9d9d1b2

Please sign in to comment.