Skip to content

Commit f1eafbc

Browse files
Update dependency grpc/grpc-go to v1.76.0 (#222)
| datasource | package | from | to | | --------------- | ------------ | ------- | ------- | | github-releases | grpc/grpc-go | v1.75.1 | v1.76.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a41849 commit f1eafbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM golang:1.25 AS builder
33

44
# renovate: datasource=github-releases depName=grpc/grpc-go
5-
ARG GRPC_GO_VERSION=v1.75.1
5+
ARG GRPC_GO_VERSION=v1.76.0
66

77
ADD https://github.com/grpc/grpc-go.git#${GRPC_GO_VERSION} /grpc-go
88

0 commit comments

Comments
 (0)