Skip to content

Commit f4fe795

Browse files
chore(deps): update golang docker tag to v1.24.1 (#72)
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | golang | 1.23.4 | 1.24.1 | | docker | golang | 1.24.0 | 1.24.1 | 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 0387d13 commit f4fe795

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.0-bookworm"
37+
// +default="golang:1.24.1-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.23.4-bookworm"
23+
// +default="golang:1.24.1-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)