chore(ci): bump skywalking-eyes to fix license job Go download#1521
Open
luowanghaoyun wants to merge 1 commit into
Open
chore(ci): bump skywalking-eyes to fix license job Go download#1521luowanghaoyun wants to merge 1 commit into
luowanghaoyun wants to merge 1 commit into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
AgentScopeJavaBot
approved these changes
May 29, 2026
Collaborator
AgentScopeJavaBot
left a comment
There was a problem hiding this comment.
🤖 AI Review
Workflow-only chore PR bumping the pinned apache/skywalking-eyes SHA from e1a02359 to ab3d1fe5 to fix the license CI job that was failing on Go 1.18 download (deprecated storage.googleapis.com/golang returning 403). The new SHA is verified to exist on apache/skywalking-eyes's main branch and includes upstream PR #265 which migrates to actions/setup-go@v6. Both occurrences (apache/skywalking-eyes and apache/skywalking-eyes/dependency) are bumped consistently to the same full 40-char SHA. No application code, build, or runtime behavior is affected; pinning practice is preserved.
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.
Bump the pinned
apache/skywalking-eyescommit so the license CI job no longer fails while downloading Go 1.18.AgentScope-Java Version
1.1.0-SNAPSHOT
Description
The
licensejob inmaven-ci.ymlusesapache/skywalking-eyes, which internally runsactions/setup-go. The previously pinned commit (e1a02359) installs Go viaactions/setup-go@v2withgo-version: 1.18. When that version is missing from the toolcache manifest, setup-go falls back to the deprecatedstorage.googleapis.com/golangURL and fails with HTTP 403.This PR updates both
apache/skywalking-eyesandapache/skywalking-eyes/dependencyto commitab3d1fe50d23f9c82eff489297167e2dde8ba6cbonmain, which includes apache/skywalking-eyes#265 (actions/setup-go@v6, Go 1.25, downloads fromgo.dev/dl).How to test: Re-run the
Java CI with Mavenworkflow; theCheck Licensestep should pass the Go setup phase.No application code changes. Maven/Spotless checks were not run (workflow-only change).
Checklist
Please check the following items before code is ready to be reviewed.
mvn spotless:applymvn test)Made with Cursor