Skip to content

Commit 9acf939

Browse files
fix: disable verifiable build for AtlasCLI (#2728)
1 parent 381277e commit 9acf939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package/.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gomod: # https://goreleaser.com/customization/verifiable_builds/
4747
# This will only be effective if running against a tag. Snapshots will ignore
4848
# this setting.
4949
# Notice: for this to work your `build.main` must be a package, not a `.go` file.
50-
proxy: true
50+
proxy: false
5151
# Sets the `-mod` flag value.
5252
#
5353
# Since: v1.7

0 commit comments

Comments
 (0)