You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: bump go to 1.25.0
bump to latest stable version
* feat: remove unused automaxprocs dependency and related tests
go 1.25 adds native auto maxprocs so we don't need the automaxprocs lib
anymore.
remove dependency and related tests
* Update .go-version
* Update go.mod
* Update go.mod
* Update go.mod
* Update go.mod
* lint: regenerate notice files
* test: remove subjectkeyid fips workaround
go 1.25 switched to SHA-256 to fill in missing SubjectKeyId
in crypto/x509.CreateCertificate.
Remove the manual key generation to avoid sha1
* ci: disable X25519MLKEM768 in fips tests
pass GODEBUG=tlsmlkem=0 to remove X25519MLKEM768 from enabled
by default curve list.
Go 1.25 allowed X25519MLKEM768 in fips mode but this might fail
if X25519 is used in fipsonly mode because X25519 is not allowed.
remove the curve from the default list until this is fixed upstream
* Update ci.yml
(cherry picked from commit 632899a)
# Conflicts:
# go.mod
# go.sum
0 commit comments