Skip to content

Bump go.step.sm/crypto from 0.25.1 to 0.76.0 #378

Bump go.step.sm/crypto from 0.25.1 to 0.76.0

Bump go.step.sm/crypto from 0.25.1 to 0.76.0 #378

Triggered via pull request February 3, 2026 22:27
Status Failure
Total duration 1m 38s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
Lint
issues found
Lint: pkix/key.go#L226
SA1019: elliptic.Marshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function returns an encoding equivalent to that of PublicKey.Bytes in crypto/ecdh. (staticcheck)
Lint: pkix/crl.go#L39
SA1019: rawCrt.CreateCRL has been deprecated since Go 1.19: this method does not generate an RFC 5280 conformant X.509 v2 CRL. To generate a standards compliant CRL, use [CreateRevocationList] instead. (staticcheck)
Lint: cmd/revoke_test.go#L49
SA1019: x509.ParseDERCRL has been deprecated since Go 1.19: Use [ParseRevocationList] instead. (staticcheck)
Lint: cmd/revoke.go#L131
SA1019: cert.CreateCRL has been deprecated since Go 1.19: this method does not generate an RFC 5280 conformant X.509 v2 CRL. To generate a standards compliant CRL, use [CreateRevocationList] instead. (staticcheck)
Lint: cmd/revoke.go#L110
SA1019: x509.ParseDERCRL has been deprecated since Go 1.19: Use [ParseRevocationList] instead. (staticcheck)
Lint
Cache service responded with 400
Lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/