Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/go-logr/zap…
Browse files Browse the repository at this point in the history
…r-1.2.4
  • Loading branch information
mergify[bot] authored May 13, 2023
2 parents 040f524 + 861779b commit 8d3dc72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,5 @@ yamllint: $(YAMLLINT_BIN)

.PHONY: _protoc ## Install all required tools for use with this Makefile.
_protoc:
$(GO) install $(PROTOC_GEN_GO)
$(GO) install $(PROTOC_GEN_GO_GRPC)
GOBIN=$${PWD}/bin $(GO) install $(PROTOC_GEN_GO)
GOBIN=$${PWD}/bin $(GO) install $(PROTOC_GEN_GO_GRPC)
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ with pkgs;

mkShell {
buildInputs = [
git
gnumake
jq
nixfmt
nodePackages.prettier
Expand Down

0 comments on commit 8d3dc72

Please sign in to comment.