Skip to content

ci: bump Buildroot to 2026.02.2 for Go 1.25.8+#12

Merged
gustavosbarreto merged 1 commit into
masterfrom
fix/buildroot-go-1258
Jun 11, 2026
Merged

ci: bump Buildroot to 2026.02.2 for Go 1.25.8+#12
gustavosbarreto merged 1 commit into
masterfrom
fix/buildroot-go-1258

Conversation

@gustavosbarreto

Copy link
Copy Markdown
Member

What

Pin the Buildroot checkout in CI from tag 2026.02 to the point release 2026.02.2.

Why

Buildroot 2026.02 ships Go 1.25.7, but the agent's go.mod requires Go >= 1.25.8. CI builds the agent offline (GOTOOLCHAIN=local, GOPROXY=off), so the toolchain can't self-upgrade and the build hard-fails:

go: go.mod requires go >= 1.25.8 (running go 1.25.7; GOTOOLCHAIN=local)

The 2026.02.2 point release ships Go 1.26.3, satisfying the requirement. Point releases stay on the same stable series (bugfix + package bumps only).

How to test

Re-run CI; the shellhub package build step compiles the agent without the toolchain error.

@gustavosbarreto gustavosbarreto enabled auto-merge (rebase) June 11, 2026 03:28
Buildroot tag 2026.02 ships Go 1.25.7, but the agent's go.mod
requires Go >= 1.25.8. With GOTOOLCHAIN=local and GOPROXY=off the
offline build cannot fetch a newer toolchain and fails. The 2026.02.2
point release ships Go 1.26.3, satisfying the requirement.
@gustavosbarreto gustavosbarreto force-pushed the fix/buildroot-go-1258 branch from dc1f7de to 783a3d5 Compare June 11, 2026 03:29
@gustavosbarreto gustavosbarreto merged commit 0c65abe into master Jun 11, 2026
2 checks passed
@gustavosbarreto gustavosbarreto deleted the fix/buildroot-go-1258 branch June 11, 2026 03:32
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.

1 participant