Skip to content

Commit ef3e26d

Browse files
chore(deps): update golang docker tag to v1.24.2 (#84)
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | golang | 1.24.1 | 1.24.2 | 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 9629083 commit ef3e26d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controller-gen/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func New(
3434
controllerGenVersion string,
3535
// +optional
3636
// renovate image: datasource=docker depName=golang versioning=docker
37-
// +default="golang:1.24.1-bookworm"
37+
// +default="golang:1.24.2-bookworm"
3838
goImage string,
3939
// +optional
4040
ctr *dagger.Container,

protoc-gen-go-grpc/dagger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func New(
2020
// Custom image to use to run protoc.
2121
// +optional
2222
// renovate image: datasource=docker depName=golang versioning=docker
23-
// +default="golang:1.24.1-bookworm"
23+
// +default="golang:1.24.2-bookworm"
2424
goImage string,
2525
// +optional
2626
// renovate: datasource=github-tags depName=protocolbuffers/protobuf versioning="regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)$"

0 commit comments

Comments
 (0)