File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ require (
9
9
github.com/sirupsen/logrus v1.9.0
10
10
github.com/spf13/pflag v1.0.5
11
11
github.com/spf13/viper v1.12.0
12
- google.golang.org/grpc v1.48.0
12
+ google.golang.org/grpc v1.67.1
13
13
google.golang.org/protobuf v1.28.1
14
14
)
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ LATEST=${1:false}
8
8
9
9
DEBIAN_VERSION=${DEBIAN_VERSION:- bullseye}
10
10
GO_VERSION=${GO_VERSION:- 1.17}
11
- GRPC_VERSION=${GRPC_VERSION:- 1.48 }
12
- GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:- 1.48 }
11
+ GRPC_VERSION=${GRPC_VERSION:- 1.67 }
12
+ GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:- 1.68 }
13
13
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:- 1.3.1}
14
14
GRPC_GATEWAY_VERSION=${GRPC_GATEWAY_VERSION:- v2.0.1}
15
15
UBER_PROTOTOOL_VERSION=${UBER_PROTOTOOL_VERSION:- 1.10.0}
You can’t perform that action at this time.
0 commit comments