Skip to content

Commit

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


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 57dc8e3 commit 3aeaa2d
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.66.0
ARG GRPC_GO_VERSION=v1.67.0

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

Expand Down

0 comments on commit 3aeaa2d

Please sign in to comment.