Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion controller-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func New(
controllerGenVersion string,
// +optional
// renovate image: datasource=docker depName=golang versioning=docker
// +default="golang:1.26.1-bookworm"
// +default="golang:1.26.2-bookworm"
goImage string,
// +optional
ctr *dagger.Container,
Expand Down
2 changes: 1 addition & 1 deletion crd-ref-docs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func New(
// Go image to use.
// +optional
// renovate image: datasource=docker depName=golang versioning=docker
// +default="golang:1.26.1-alpine"
// +default="golang:1.26.2-alpine"
Image string,
// CrdRefDocs version to use.
// +optional
Expand Down
2 changes: 1 addition & 1 deletion go-licenses/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func New(
goLicensesVersion string,
// +optional
// renovate image: datasource=docker depName=golang versioning=docker
// +default="golang:1.26.1-alpine"
// +default="golang:1.26.2-alpine"
goImage string,
// +optional
ctr *dagger.Container,
Expand Down
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 @@ -22,7 +22,7 @@ func New(
// Custom image to use to run protoc.
// +optional
// renovate image: datasource=docker depName=golang versioning=docker
// +default="golang:1.26.1-bookworm"
// +default="golang:1.26.2-bookworm"
goImage string,
// +optional
// renovate: datasource=github-tags depName=protocolbuffers/protobuf versioning="regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)$"
Expand Down
Loading