Skip to content

Commit

Permalink
Update dependency grpc/grpc-go to v1.69.2
Browse files Browse the repository at this point in the history
| datasource      | package      | from    | to      |
| --------------- | ------------ | ------- | ------- |
| github-releases | grpc/grpc-go | v1.68.0 | v1.69.2 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 4e90e22 commit 6eadbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM golang:1.23 AS builder

# renovate: datasource=github-releases depName=grpc/grpc-go
ARG GRPC_GO_VERSION=v1.68.0
ARG GRPC_GO_VERSION=v1.69.2

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

Expand Down

0 comments on commit 6eadbac

Please sign in to comment.