Skip to content

Fix image building#743

Merged
mandre merged 1 commit intok-orc:release-1.0from
shiftstack:image-building-1.0
Apr 13, 2026
Merged

Fix image building#743
mandre merged 1 commit intok-orc:release-1.0from
shiftstack:image-building-1.0

Conversation

@mandre
Copy link
Copy Markdown
Collaborator

@mandre mandre commented Apr 13, 2026

The github action uses go1.24 while the go mod requires at lease go1.25. This thus fails when trying to build the image directly with docker build.

We must use the docker-build make target to ensure the go version is the expected one. Let's also use the docker-push target for consistency.

The github action uses go1.24 while the go mod requires at lease go1.25.
This thus fails when trying to build the image directly with `docker
build`.

We must use the `docker-build` make target to ensure the go version is
the expected one. Let's also use the `docker-push` target for
consistency.
@github-actions github-actions Bot added the v1.0 This PR targets v1.0 label Apr 13, 2026
@mandre mandre enabled auto-merge April 13, 2026 06:49
@github-actions github-actions Bot added the semver:patch No API change label Apr 13, 2026
@mandre mandre merged commit 5ab4d69 into k-orc:release-1.0 Apr 13, 2026
10 checks passed
@mandre mandre deleted the image-building-1.0 branch April 13, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver:patch No API change v1.0 This PR targets v1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant