Conversation
Collaborator
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
5981ac6 to
6be6c2d
Compare
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.