Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.3 (#51)
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | golang  | 1.23.2 | 1.23.3 |

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 Nov 19, 2024
1 parent 7d3d04c commit d24d288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoc-gen-go-grpc/dagger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func New(
// Custom image to use to run protoc.
// +optional
// renovate image: datasource=docker depName=golang versioning=docker
// +default="golang:1.23.2-bookworm"
// +default="golang:1.23.3-bookworm"
goImage string,
// +optional
// renovate: datasource=github-tags depName=protocolbuffers/protobuf versioning="regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)$"
Expand Down

0 comments on commit d24d288

Please sign in to comment.