Skip to content

Commit

Permalink
core: always inject the nobadger build tag (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed90 committed Feb 19, 2024
1 parent 51aadd6 commit d6f5a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (b Builder) newEnvironment(ctx context.Context) (*environment, error) {
tempFolder: tempFolder,
timeoutGoGet: b.TimeoutGet,
skipCleanup: b.SkipCleanup,
buildFlags: b.BuildFlags,
buildFlags: strings.TrimSpace("-tags nobadger " + b.BuildFlags),
modFlags: b.ModFlags,
}

Expand Down

0 comments on commit d6f5a3e

Please sign in to comment.