Skip to content
Open
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 buildenv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bump: gitlab-runner-version /RUNNER_VERSION="(.*)"/ https://gitlab.com/gitlab-org/gitlab-runner.git|semver:*
RUNNER_VERSION="17.6.0"
RUNNER_VERSION="18.10.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping RUNNER_VERSION across a major release can break downstream assumptions (e.g., required Go version, dependency tags in zopen_config(), and whether the existing patches/*.patch still apply cleanly to v18.10.0). Consider confirming the port still builds/tests end-to-end against this tag before cutting a new stable artifact.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.


export ZOPEN_STABLE_TAG="v${RUNNER_VERSION}"
export ZOPEN_STABLE_URL="https://gitlab.com/gitlab-org/gitlab-runner.git"
Expand Down
Loading