cert-manager / aws-privateca-issuer

Addon for cert-manager that issues certificates using AWS ACM PCA.
Apache License 2.0
184 stars 77 forks source link

Change golang dep to semver-coerced #294

Closed bmsiegel closed 11 months ago

bmsiegel commented 11 months ago

Google switched back to including a 0 in the goversion, let's coerce our version to semver to stay in line

aveega commented 11 months ago

Tests are broken since go version 1.21 doesn't exist. It is instead 1.21.0 https://go.dev/dl/

Merging this would enable renovate to get the correct version number.

jetstack-bot commented 11 months ago

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: aveega

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/cert-manager/aws-privateca-issuer/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment