Skip to content

Conversation

@cbandy
Copy link
Member

@cbandy cbandy commented Feb 28, 2025

Adds a script and uses it to bump some dependencies:

$ hack/go-get.sh -u golang.org/x/crypto golang.org/x/oauth2
go: golang.org/x/crypto@v0.35.0 requires go >= 1.23.0; switching to go1.23.6
go: golang.org/x/crypto@upgrade (v0.35.0) requires go@1.23.0, not go@go1.22.7 (1.22.7)
go: golang.org/x/oauth2@upgrade (v0.27.0) requires go@1.23.0, not go@go1.22.7 (1.22.7)

$ hack/go-get.sh -u golang.org/x/crypto golang.org/x/oauth2 go@go1.23.0
go: golang.org/x/crypto@v0.35.0 requires go >= 1.23.0; switching to go1.23.6
go: upgraded go 1.22.7 => 1.23.0
go: upgraded golang.org/x/crypto v0.31.0 => v0.35.0
go: upgraded golang.org/x/oauth2 v0.23.0 => v0.27.0
go: upgraded golang.org/x/sync v0.10.0 => v0.11.0
go: upgraded golang.org/x/sys v0.28.0 => v0.30.0
go: upgraded golang.org/x/term v0.27.0 => v0.29.0
go: upgraded golang.org/x/text v0.21.0 => v0.22.0

Checklist:

  • Have you added an explanation of what your changes do and why you'd like them to be included?
  • Have you updated or added documentation for the change, as applicable?
  • Have you tested your changes on all related environments with successful results, as applicable?
    • Have you added automated tests?

Type of Changes:

  • Other

@benjaminjb

This comment was marked as resolved.

Copy link
Contributor

@benjaminjb benjaminjb left a comment

Choose a reason for hiding this comment

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

Worth adding a comment on toolchain@none? No strong feelings on my part

@cbandy cbandy merged commit 6dbbf9b into CrunchyData:main Mar 1, 2025
19 checks passed
@cbandy cbandy deleted the bump-deps branch March 1, 2025 02:22
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.

2 participants