Skip to content

Commit

Permalink
Merge pull request #2870 from dexidp/update-tools
Browse files Browse the repository at this point in the history
chore: upgrade tools
  • Loading branch information
sagikazarmark committed Mar 20, 2023
2 parents 007a120 + d8f2628 commit 2bb4896
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 53 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ LD_FLAGS="-w -X main.version=$(VERSION)"
GOLANGCI_VERSION = 1.52.0
GOTESTSUM_VERSION ?= 1.9.0

PROTOC_VERSION = 3.15.6
PROTOC_GEN_GO_VERSION = 1.26.0
PROTOC_GEN_GO_GRPC_VERSION = 1.1.0
PROTOC_VERSION = 21.12
PROTOC_GEN_GO_VERSION = 1.28.1
PROTOC_GEN_GO_GRPC_VERSION = 1.3.0

KIND_VERSION = 0.17.0
KIND_NODE_IMAGE = "kindest/node:v1.25.3@sha256:cd248d1438192f7814fbca8fede13cfe5b9918746dfa12583976158a834fd5c5"
Expand Down
4 changes: 2 additions & 2 deletions api/api.pb.go

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

62 changes: 40 additions & 22 deletions api/api_grpc.pb.go

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

4 changes: 2 additions & 2 deletions api/v2/api.pb.go

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

0 comments on commit 2bb4896

Please sign in to comment.