Skip to content

Commit

Permalink
build: make go && update protolock installation
Browse files Browse the repository at this point in the history
Signed-off-by: iosmanthus <[email protected]>
  • Loading branch information
iosmanthus committed Jun 21, 2024
1 parent eebef9a commit 8005646
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 28 deletions.
22 changes: 2 additions & 20 deletions pkg/configpb/configpb.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions pkg/kvrpcpb/kvrpcpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pkg/tracepb/tracepb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ check-protos-compatible() {
export PATH=$GOPATH/bin:$PATH

if [ ! -f "$GOPATH/bin/protolock" ]; then
GO111MODULE=off go get github.com/nilslice/protolock/cmd/protolock
GO111MODULE=off go install github.com/nilslice/protolock/cmd/protolock
go install github.com/nilslice/protolock/cmd/protolock@latest
fi

if protolock status -lockdir=scripts -protoroot=proto; then
Expand Down

0 comments on commit 8005646

Please sign in to comment.