Addressing PR comments

This commit is contained in:
jillianwilson
2021-10-06 13:32:54 -03:00
parent f974d3f398
commit e6ca8d49ba
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ ARG operator_version=dev
RUN CGO_ENABLED=0 \
GO111MODULE=on \
go build \
-ldflags "-X \"github.com/1Password/onepassword-operator/version.Version=$operator_version\"" \
-ldflags "-X \"github.com/1Password/onepassword-operator/operator/version.Version=$operator_version\"" \
-mod vendor \
-a -o manager operator/main.go