Skip to content

chore(ci): align dlv debug images and workflows with go 1.25.10#2344

Merged
LopatinDmitr merged 1 commit into
mainfrom
chore/core/fix-ci
May 13, 2026
Merged

chore(ci): align dlv debug images and workflows with go 1.25.10#2344
LopatinDmitr merged 1 commit into
mainfrom
chore/core/fix-ci

Conversation

@LopatinDmitr
Copy link
Copy Markdown
Contributor

Description

Align debug dlv image builds and GitHub workflows with Go 1.25.10.

Why do we need it, and what problem does it solve?

images/virtualization-artifact/go.mod now requires Go 1.25.10. The dlv debug Dockerfiles still used Go 1.25.9, which broke task controller:dlv:build-push:controller during go mod download.

CI workflows also needed to use the same Go version to keep the toolchain consistent across local debug image builds and GitHub Actions jobs.

What is the expected result?

  1. Run task controller:dlv:build-push:controller.
  2. Verify the debug image build no longer fails with go.mod requires go >= 1.25.10.
  3. Verify CI workflows use Go 1.25.10 consistently.

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section: ci
type: chore
summary: Align dlv debug image builds and CI workflows with Go 1.25.10.
impact_level: low

Update dlv Dockerfiles to use the Go 1.25.10 builder image required by virtualization-artifact/go.mod and pin its digest for reproducible debug builds.

Align GitHub workflows with the same Go version so CI uses a consistent toolchain.

Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
@LopatinDmitr LopatinDmitr merged commit 5cd219a into main May 13, 2026
28 of 30 checks passed
@LopatinDmitr LopatinDmitr deleted the chore/core/fix-ci branch May 13, 2026 19:56
LopatinDmitr added a commit that referenced this pull request May 14, 2026
Update dlv Dockerfiles to use the Go 1.25.10 builder image required by virtualization-artifact/go.mod and pin its digest for reproducible debug builds.

Align GitHub workflows with the same Go version so CI uses a consistent toolchain.

Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
LopatinDmitr added a commit that referenced this pull request May 14, 2026
Update dlv Dockerfiles to use the Go 1.25.10 builder image required by virtualization-artifact/go.mod and pin its digest for reproducible debug builds.

Align GitHub workflows with the same Go version so CI uses a consistent toolchain.

Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
LopatinDmitr added a commit that referenced this pull request May 14, 2026
Update dlv Dockerfiles to use the Go 1.25.10 builder image required by virtualization-artifact/go.mod and pin its digest for reproducible debug builds.

Align GitHub workflows with the same Go version so CI uses a consistent toolchain.

Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
LopatinDmitr added a commit that referenced this pull request May 14, 2026
Update dlv Dockerfiles to use the Go 1.25.10 builder image required by virtualization-artifact/go.mod and pin its digest for reproducible debug builds.

Align GitHub workflows with the same Go version so CI uses a consistent toolchain.

Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants