cert-manager / trust-manager

trust-manager is an operator for distributing trust bundles across a Kubernetes cluster.
https://cert-manager.io/docs/projects/trust-manager/
Apache License 2.0
251 stars 66 forks source link

Use the go version specified in the Makefile tools module #364

Closed inteon closed 4 months ago

inteon commented 4 months ago

We noticed that the go version used to release trust-manager v0.10.0 did not match the go version specified in the tools Makefile module.

This is due to an oversight in the release.yaml GH action definition. This PR updates those yaml files to match the logic we are using in other projects (eg. approver-policy, see https://github.com/cert-manager/approver-policy/blob/main/.github/workflows/release.yaml).

ThatsMrTalbot commented 4 months ago

/lgtm

cert-manager-prow[bot] commented 4 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: SgtCoDFish

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/trust-manager/blob/main/OWNERS)~~ [SgtCoDFish] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment