Skip to content

Commit

Permalink
Update dependency grpc/grpc-go to v1.67.0 (#79)
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>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 10997f2 commit 1c0bd95
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:/grpc/grpc-go.git#${GRPC_GO_VERSION} /grpc-go

Expand Down

0 comments on commit 1c0bd95

Please sign in to comment.