From 357ff904d991f2b9171881428a29600f9269d684 Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Thu, 7 Mar 2024 14:43:18 +0000 Subject: [PATCH] Update .goreleaser.yml --- build/package/.goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/package/.goreleaser.yml b/build/package/.goreleaser.yml index 6cb51ca9b1..d02b87d0d2 100644 --- a/build/package/.goreleaser.yml +++ b/build/package/.goreleaser.yml @@ -47,7 +47,7 @@ gomod: # https://goreleaser.com/customization/verifiable_builds/ # This will only be effective if running against a tag. Snapshots will ignore # this setting. # Notice: for this to work your `build.main` must be a package, not a `.go` file. - proxy: true + proxy: false # Sets the `-mod` flag value. # # Since: v1.7