Skip to content

Commit

Permalink
fix: disable proxy field (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo authored Feb 8, 2024
1 parent 06ed3c3 commit df81641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/package/.atlascli.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 # it will be enabled in CLOUDP-228737
# Sets the `-mod` flag value.
#
# Since: v1.7
Expand Down
2 changes: 1 addition & 1 deletion build/package/.mongocli.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 # it will be enabled in CLOUDP-228737
# Sets the `-mod` flag value.
#
# Since: v1.7
Expand Down

0 comments on commit df81641

Please sign in to comment.