Skip to content

Update golang.org/x/tools to v0.36.0 for Go 1.25+ compatibility#1593

Merged
james00012 merged 2 commits intomainfrom
update-go-tools-v0.36.0
Sep 28, 2025
Merged

Update golang.org/x/tools to v0.36.0 for Go 1.25+ compatibility#1593
james00012 merged 2 commits intomainfrom
update-go-tools-v0.36.0

Conversation

@james00012
Copy link
Copy Markdown
Contributor

Summary

  • Updates golang.org/x/tools from v0.26.0 to v0.36.0 to resolve Go 1.25+ compatibility issues
  • Updates related golang.org/x/* dependencies to compatible versions
  • Ensures terratest builds and tests pass with Go 1.25.0

Changes

This PR updates the following dependencies:

  • golang.org/x/tools: v0.26.0 → v0.36.0
  • golang.org/x/crypto: v0.36.0 → v0.41.0
  • golang.org/x/net: v0.38.0 → v0.43.0
  • golang.org/x/mod: v0.21.0 → v0.27.0
  • golang.org/x/sync: v0.12.0 → v0.16.0
  • golang.org/x/sys: v0.31.0 → v0.35.0
  • golang.org/x/term: v0.30.0 → v0.34.0
  • golang.org/x/text: v0.23.0 → v0.28.0

Test plan

  • Build succeeds with Go 1.25.0
  • All existing tests pass
  • Dependencies are properly resolved

References

Fixes #1589 - #1589

This update resolves Go 1.25+ compatibility issues by upgrading golang.org/x/tools
from v0.26.0 to v0.36.0 and related golang.org/x/* dependencies.

Changes include:
- golang.org/x/tools: v0.26.0 → v0.36.0
- golang.org/x/crypto: v0.36.0 → v0.41.0
- golang.org/x/net: v0.38.0 → v0.43.0
- golang.org/x/mod: v0.21.0 → v0.27.0
- golang.org/x/sync: v0.12.0 → v0.16.0
- golang.org/x/sys: v0.31.0 → v0.35.0
- golang.org/x/term: v0.30.0 → v0.34.0
- golang.org/x/text: v0.23.0 → v0.28.0

Fixes #1589
Copy link
Copy Markdown
Member

@denis256 denis256 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may need to update CircleCI to install Go 1.25

https://github.com/gruntwork-io/terratest/blob/main/.circleci/config.yml#L12

@james00012 james00012 merged commit 63b0aa9 into main Sep 28, 2025
2 of 3 checks passed
@james00012 james00012 deleted the update-go-tools-v0.36.0 branch September 28, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

terratest failing with go 1.25+ due to old x/tools version

2 participants