Skip to content

Commit

Permalink
Add golines to tool installations
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Feb 22, 2024
1 parent dfe3e32 commit 39177c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ install-tools-go1.18:
go install google.golang.org/protobuf/cmd/[email protected]
go install mvdan.cc/[email protected]
go install golang.org/x/tools/cmd/[email protected]
go install github.com/segmentio/[email protected]
go install honnef.co/go/tools/cmd/[email protected]

install-tools:
go install github.com/vakenbolt/[email protected]
go install google.golang.org/protobuf/cmd/[email protected]
go install mvdan.cc/[email protected]
go install golang.org/x/tools/cmd/[email protected]
go install github.com/segmentio/[email protected]
go install honnef.co/go/tools/cmd/[email protected]

build: build-glide-core build-glide-client generate-protobuf
Expand Down

0 comments on commit 39177c2

Please sign in to comment.