Skip to content

Commit 9151fdb

Browse files
chore(deps): update yoheimuta/protolint docker tag to v0.52.0 (#66)
| datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | docker | yoheimuta/protolint | 0.51.0 | 0.52.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>
1 parent b8e24f5 commit 9151fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protolint/dagger/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func New(
1414
// Protolint image to use.
1515
// +optional
1616
// renovate image: datasource=docker depName=yoheimuta/protolint versioning=docker
17-
// +default="yoheimuta/protolint:0.51.0"
17+
// +default="yoheimuta/protolint:0.52.0"
1818
Image string,
1919
) *Protolint {
2020
return &Protolint{

0 commit comments

Comments
 (0)