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: nats-version /NATS_VERSION="(.*)"/ https://github.com/nats-io/nats-server.git|semver:*
NATS_VERSION="2.12.5"
NATS_VERSION="2.12.8"
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 28, 2026

Choose a reason for hiding this comment

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

Bumping to v2.12.8 likely increases the required Go toolchain: upstream go.mod for nats-server v2.12.8 specifies go 1.25.0 and includes a toolchain directive, which will fail builds on older Go versions. Can we confirm the zopen/CI environment used for this port has an appropriate Go version (or that check_go enforces it) to avoid a broken build after the bump?

Severity: high

Fix This in Augment

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


export ZOPEN_BUILD_LINE="STABLE"
export ZOPEN_STABLE_DEPS="check_go"
Expand Down
Loading