Skip to content

Commit

Permalink
bug: temporarily turn off go mod proxy
Browse files Browse the repository at this point in the history
Until we turn the repository public go proxy won't work since we're
still private. This will be turned back on once the repo is switched
public.

Signed-off-by: Mikhail Swift <[email protected]>
  • Loading branch information
mikhailswift committed Feb 4, 2022
1 parent af249e3 commit 124eea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ builds:
goarch:
- amd64
- arm64
main: ./cmd/witness/
main: ./cmd/witness
gomod:
proxy: true
proxy: false
source:
enabled: true
sboms:
Expand Down

0 comments on commit 124eea9

Please sign in to comment.