spiffe / spire-controller-manager

Kubernetes controller manager that reconciles workload registration and federation relationships.
Apache License 2.0
53 stars 37 forks source link

Use go-version-file in Setup go actions #360

Closed maxlambrecht closed 4 months ago

maxlambrecht commented 5 months ago

Utilize go-version-file in GitHub Actions for Go Setup:

This PR updates our GitHub Actions by integrating go-version-file to specify the Go version during the setup process. This change ensures that the Go environment is consistent with the version defined in the project configuration.