Update Acceptance Test Go module dependencies - #1301
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The acceptance build environment must install or pin Go 1.26 before approval.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates acceptance-test Go module dependencies and raises the required Go version to 1.26.
Changes:
- Bumps the Go directive to 1.26.0.
- Refreshes indirect dependencies and checksums.
File summaries
| File | Summary |
|---|---|
src/acceptance_tests/go.mod |
Updates Go and dependency versions. |
src/acceptance_tests/go.sum |
Updates dependency checksums. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
duanemay
force-pushed
the
acceptance_go_deps
branch
from
September 11, 2026 20:36
a99bf0c to
55d2b30
Compare
|
|
||
| require ( | ||
| code.cloudfoundry.org/tlsconfig v0.53.0 // indirect | ||
| code.cloudfoundry.org/tlsconfig v0.66.0 // indirect |
strehle
approved these changes
Sep 17, 2026
strehle
left a comment
Member
There was a problem hiding this comment.
I think we need
https://github.com/cloudfoundry/uaa-ci/pull/69
and then go 1.26.0 should be enough, see
#1305
the rest should then be the task from dependabot
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.
Update Acceptance Test Go module dependencies and bump Go version to 1.26