build(deps): bump remaining Go dependencies#379
Merged
Conversation
This was referenced Jun 22, 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.
Consolidates the remaining Go dependency bumps after #374 landed and left the individual Dependabot branches with conflicts. Supersedes Dependabot PRs #375, #376, #377, and #378; does not touch the human CDC PR #351.\n\nUpdates:\n- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp: 1.43.0 -> 1.44.0\n- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp: 1.43.0 -> 1.44.0\n- github.com/coder/websocket: 1.8.14 -> 1.8.15\n- github.com/klauspost/compress: 1.18.5 -> 1.18.6\n\nAlso makes the duplicated LSP timeout tests deterministic by waiting on the timeout context before dispatch. Windows CI exposed the previous 1ms sleep as scheduler-sensitive.\n\nValidation:\n- env CGO_ENABLED=1 GOFLAGS=-buildvcs=false make lint\n- env GORACE=halt_on_error=1 SKIP_TEMPORAL_TESTS=1 SKIP_CLOUDSTORAGE_TESTS=1 SKIP_DOCKER_TESTS=1 make test\n- go test ./runtime/lua/lsp ./runtime/lua/lsp/transport -run 'TestHandler_HandleRequest_Timeout|TestHandler_EarlyCancellation' -count=50\n- go test ./runtime/lua/lsp ./runtime/lua/lsp/transport -count=1