Skip to content

Commit

Permalink
Remove -mod=mod flag added for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rajathagasthya committed Dec 19, 2024
1 parent 4b68b82 commit 55446cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION_LABEL="${VERSION_LABEL:-${default_version}}"

echo "Building with $(go version)..."

go build -o "${ROOT_DIR}/out/bosh-agent" -mod=mod \
go build -o "${ROOT_DIR}/out/bosh-agent" \
-ldflags="-X 'main.VersionLabel=${VERSION_LABEL}'" \
"${ROOT_DIR}/main"

Expand Down

0 comments on commit 55446cd

Please sign in to comment.