Skip to content

Commit

Permalink
Update dependency grpc/grpc-go to v1.66.0 (#74)
Browse files Browse the repository at this point in the history
| datasource      | package      | from    | to      |
| --------------- | ------------ | ------- | ------- |
| github-releases | grpc/grpc-go | v1.65.0 | v1.66.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 1, 2024
1 parent 61087f1 commit 6d00ebd
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.65.0
ARG GRPC_GO_VERSION=v1.66.0

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

Expand Down

0 comments on commit 6d00ebd

Please sign in to comment.