Skip to content

Commit df81641

Browse files
fix: disable proxy field (#2608)
1 parent 06ed3c3 commit df81641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/package/.atlascli.goreleaser.yml

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

build/package/.mongocli.goreleaser.yml

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

0 commit comments

Comments
 (0)