google / certificate-transparency-go

Auditing for TLS certificates (Go code)
https://certificate.transparency.dev
Apache License 2.0
867 stars 230 forks source link

Fix invalid Go toolchain version #1471

Closed roger2hk closed 2 months ago

roger2hk commented 2 months ago

As of Go 1.21, toolchain versions must use the 1.N.P syntax.

Checklist