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: glab-version /GITLAB_CLI_VERSION="(.*)"/ https://gitlab.com/gitlab-org/cli.git|semver:*
GITLAB_CLI_VERSION="1.57.0"
GITLAB_CLI_VERSION="1.97.0"

@augmentcode augmentcode Bot May 13, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

gitlab-org/cli tag v1.97.0 declares go 1.26.3 in go.mod, but this repo’s CI jobs appear to run on go_120, so this version bump may fail to build unless the Go toolchain is updated accordingly. Other locations where this applies: cicd-stable.groovy:12, cicd-dev.groovy:12.

Severity: high

Other Locations
  • cicd-stable.groovy:12
  • cicd-dev.groovy:12

Fix This in Augment

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


export ZOPEN_BUILD_LINE="STABLE"
export ZOPEN_CATEGORIES="development"
Expand Down
Loading