Skip to content

Conversation

@ebiggers
Copy link
Collaborator

@ebiggers ebiggers commented Nov 4, 2025

  • Bump up required Go version to 1.23
  • Upgrade golang.org/x/sys
  • Upgrade golang.org/x/term
  • Upgrade golang.org/x/crypto
  • Upgrade google.golang.org/protobuf
  • Upgrade honnef.co/go/tools
  • Upgrade golang.org/x/tools
  • Upgrade github.com/urfave/cli

Ran the following commands, using Go 1.23.12:

    go get golang.org/x/sys@v0.35.0
    go mod tidy

... where v0.35.0 is the latest version that supports Go 1.23.
Ran the following commands, using Go 1.23.12:

    go get golang.org/x/term@v0.34.0
    go mod tidy

... where v0.34.0 is the latest version that supports Go 1.23.
Ran the following commands, using Go 1.23.12:

    go get golang.org/x/crypto@v0.41.0
    go mod tidy

... where v0.41.0 is the latest version that supports Go 1.23.
Ran the following commands, using Go 1.23.12:

    go get google.golang.org/protobuf
    go mod tidy
    make gen
Ran the following commands, using Go 1.23.12:

    go get honnef.co/go/tools
    go mod tidy
Ran the following commands, using Go 1.23.12:

    go get golang.org/x/tools@v0.36.0
    go mod tidy

... where v0.36.0 is the latest version that supports Go 1.23.
Ran the following commands, using Go 1.23.12:

    go get github.com/urfave/cli
    go mod tidy
@ebiggers ebiggers force-pushed the upgrade-dependencies branch from 5981ac6 to 6be6c2d Compare November 4, 2025 21:54
@ebiggers ebiggers merged commit 6be6c2d into master Nov 4, 2025
10 checks passed
@ebiggers ebiggers deleted the upgrade-dependencies branch November 4, 2025 21:58
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.

1 participant