chore: update Go toolchain to 1.26.2#2
Closed
ranxi2001 wants to merge 1 commit into
Closed
Conversation
Signed-off-by: ranxi2001 <ranxi169@163.com>
Owner
Author
|
Superseded by #3, which updates the target to Go 1.26.4 and centralizes GitHub Actions Go version management with |
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:
Update the AgentCube Go toolchain baseline to Go 1.26.2 in a clean branch based on the original upstream
mainbranch. This keeps the Go/toolchain prerequisite separate from theagent-sandboxdependency adaptation work, so the original project is verified on the new Go baseline before the dependent feature branch rebases onto it.This changes only Go/toolchain references:
go.modGo versionWhich issue(s) this PR fixes:
Refs volcano-sh#386
Special notes for your reviewer:
volcano-sh/agentcube.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-go126-workloadmanager:test .docker build -f docker/Dockerfile.router -t agentcube-go126-router:test .docker build -f docker/Dockerfile.picod -t agentcube-go126-picod:test .Does this PR introduce a user-facing change?: