Change golang to Go

This commit is contained in:
Mariano Cano 2022-03-21 17:59:15 -07:00
parent ad8a813abe
commit f1d586bc6d

View file

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added support for renew after expiry using the claim `allowRenewAfterExpiry`.
### Changed
- Made SCEP CA URL paths dynamic
- Support two latest versions of golang (1.17, 1.18)
- Support two latest versions of Go (1.17, 1.18)
### Deprecated
### Removed
### Fixed