Skip to content

Commit

Permalink
build: gomod
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvhdr committed Jun 17, 2024
1 parent eb7f570 commit 1586984
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ before:
hooks:
- go mod tidy

gomod:
proxy: true
env:
- GOPROXY=https://proxy.golang.org,direct
- GOSUMDB=sum.golang.org
- GOPRIVATE=github.com/dlvhdr/gh-dash
mod: mod

builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 1586984

Please sign in to comment.