Skip to content

Commit

Permalink
[all] Add gopls install to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
psyomn committed Dec 8, 2024
1 parent 4abd810 commit 8c3cfb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ linter-install:
linter-releases:
curl -s https://api.github.com/repos/golangci/golangci-lint/releases | jq -r '.[] | .tag_name,.body' | less

gopls-install:
go install golang.org/x/tools/gopls@latest

GOOSE_VERSION=latest
goose-install:
go install github.com/pressly/goose/v3/cmd/goose@$(GOOSE_VERSION)
Expand Down

0 comments on commit 8c3cfb7

Please sign in to comment.