Skip to content

Commit

Permalink
support annotations as part of sts generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Oct 22, 2024
1 parent 70f4e7e commit 1744af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd "${FAKE_REPOPATH}"
# go >= 1.17
GOBIN=${GOPATH}/bin go install -mod=vendor ./vendor/k8s.io/code-generator/cmd/go-to-protobuf

export GO111MODULE="on"
export GO111MODULE="off"

${GOPATH}/bin/go-to-protobuf \
--go-header-file=./hack/custom-boilerplate.go.txt \
Expand Down

0 comments on commit 1744af0

Please sign in to comment.