Bump golang.org/x/crypto from 0.39.0 to 0.52.0 - #18
Conversation
|
@dependabot rebase |
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot rebase |
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.39.0 to 0.52.0. - [Commits](golang/crypto@v0.39.0...v0.52.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
a0490fd to
bf30ea5
Compare
|
🔎 zai-reviewer — reviewed |
| go 1.23.0 | ||
|
|
||
| toolchain go1.24.3 | ||
| go 1.25.0 |
There was a problem hiding this comment.
The go directive was raised to go 1.25.0 and the toolchain go1.24.3 directive was removed, but the CI workflow at .github/workflows/go.yml:33 still pins go-version: 1.23. Previously the go directive (1.23.0) matched the CI pin and the toolchain directive (go1.24.3) bridged any gap via GOTOOLCHAIN=auto. Now CI is two versions behind with no toolchain pin. Every CI run silently relies on Go 1.23's GOTOOLCHAIN=auto downloading go1.25.0 from the module proxy (~70 MB per run); if GOTOOLCHAIN is set to local, or the proxy/download is unavailable, CI fails. The stale go-version: 1.23 pin is also misleading about what toolchain actually builds the project.
Bumps golang.org/x/crypto from 0.39.0 to 0.52.0.
Commits
a1c0d99go.mod: update golang.org/x dependencies3c7c869ssh: fix deadlock on unexpected channel responses533fb3fssh: fix source-address critical option bypassabbc44dssh: fix incorrect operator ordere052873ssh: fix infinite loop on large channel writes due to integer overflowb61cf85ssh: enforce user presence verification for security keys9c2cd33ssh: enforce strict limits on DSA key parameters8907318ssh: reject RSA keys with excessively large moduliffd87b4ssh: fix panic when authority callbacks are nil4e7a738ssh: fix deadlock on unexpected global responses