Skip to content

Conversation

@qqxhb
Copy link
Member

@qqxhb qqxhb commented Nov 12, 2025

  • Do only one thing
  • Non breaking API changes
  • Tested

What did this pull request do?

User Case Description


Bump Go directive to 1.21 and run full go mod tidy

The PR only touches module metadata. It replaces the placeholder go 1.24.0 directive with go 1.21 in go.mod and examples/go.mod, then re-tidies both modules. This drops many newer/unused checksums and re-adds versions that build under Go 1.21, aligning the dependency graph with the chosen toolchain.

Key Changes

• Changed go directive from 1.24.01.21 in go.mod and examples/go.mod
• Replaced preview dependencies (golang.org/x/* v0.28+, v0.37.0, etc.) with older releases compatible with 1.21 (v0.17.0, v0.21.1-*, etc.)
• Downgraded github.com/spf13/pflag to v1.0.6; removed explicit indirects no longer needed; added new indirects (golang.org/x/exp, golang.org/x/text, etc.)
• Pruned unused checksums from go.sum / examples/go.sum; added checksums for the new/updated versions

Affected Areas

go.mod
go.sum
examples/go.mod
examples/go.sum


This summary was automatically generated by @propel-code-bot

@propel-code-bot propel-code-bot bot changed the title feat: go version 18 Update Go version to 1.18 and refresh module dependencies Nov 12, 2025
@propel-code-bot propel-code-bot bot changed the title Update Go version to 1.18 and refresh module dependencies Update go directive to 1.21 and tidy module dependencies Nov 12, 2025
@jinzhu jinzhu merged commit 9872a07 into master Nov 12, 2025
1 check passed
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.

3 participants