chore: update Go toolchain to 1.26.4#3
Open
ranxi2001 wants to merge 1 commit into
Open
Conversation
Signed-off-by: ranxi2001 <ranxi169@163.com>
This was referenced Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Updates AgentCube's Go toolchain to the current stable Go 1.26.4 release and reduces future version drift by making GitHub Actions read the Go version from
go.modviago-version-file: go.mod.This PR also updates the Go builder images used by the workload manager, router, and picod Dockerfiles to
golang:1.26.4/golang:1.26.4-alpine.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
This fork validation PR supersedes the earlier Go 1.26.2 trial PR. The version target was revised to Go 1.26.4 after checking the current stable Go release, and the workflow changes follow the
go-version-file: go.modpattern used by Karmada.AI assistance was used to prepare and validate this change.
Local validation run on Go 1.26.4:
go list ./... | grep -v '^github.com/volcano-sh/agentcube/test/e2e$' | xargs go test -count=1go test -race -v -coverprofile=coverage.out -coverpkg=./pkg/... ./pkg/...make build-allmake lintmake gen-checkdocker build -f docker/Dockerfile -t agentcube-go1264-workloadmanager:test .docker build -f docker/Dockerfile.router -t agentcube-go1264-router:test .docker build -f docker/Dockerfile.picod -t agentcube-go1264-picod:test .Does this PR introduce a user-facing change?: