chore: upgrade Go to 1.26.4 and update dependencies#10455
Open
nopcoder wants to merge 1 commit into
Open
Conversation
Move the toolchain to Go 1.26.4 and align the Docker build/runtime base images and Go test containers with it. Update direct dependencies to their latest stable releases, notably the AWS, Azure and Google Cloud SDKs along with golang.org/x/crypto and golang.org/x/net. Adjust logger format calls and the Azure emulator test setup for compatibility with the updated toolchain and SDKs.
N-o-Z
approved these changes
Jun 22, 2026
N-o-Z
left a comment
Contributor
There was a problem hiding this comment.
Can we please get a early enough heads up when we update the go version in our projects?
I would prefer if we can communicate in dev-internal at least a day before introducing the changes so people can be prepared
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.
Summary
aws-sdk-go-v2+ s3/dynamodb/glue/sts/config/credentials/manager,smithy-go), Azure (azcore,azidentity,azcosmos,azblob) and Google Cloud (cloud.google.com/go/storage,google.golang.org/api) SDKs, plusgolang.org/x/cryptoandgolang.org/x/net.Related Issue
Closes #10456
Test plan
make lint(golangci-lint + webui eslint) — 0 issuesgo build ./...go vet ./...— cleango test ./pkg/block/azure/...(Azurite emulator)make test-go— runs in CI (requires Postgres/DynamoDB/docker services)