|
|
@ -24,7 +24,7 @@ install: |
|
|
|
- (cd $GOPATH/src/github.com/harmony-one/bls; make BLS_SWAP_G=1 -j4) |
|
|
|
- (cd $GOPATH/src/github.com/harmony-one/bls; make BLS_SWAP_G=1 -j4) |
|
|
|
- go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26 |
|
|
|
- go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26 |
|
|
|
- go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1 |
|
|
|
- go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1 |
|
|
|
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.1 |
|
|
|
# - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.1 |
|
|
|
- make go-get |
|
|
|
- make go-get |
|
|
|
- go install golang.org/x/tools/cmd/goimports@latest |
|
|
|
- go install golang.org/x/tools/cmd/goimports@latest |
|
|
|
- go install github.com/harmony-ek/gencodec@latest |
|
|
|
- go install github.com/harmony-ek/gencodec@latest |
|
|
|