spiffe / spiffe-helper

The SPIFFE Helper is a tool that can be used to retrieve and manage SVIDs on behalf of a workload
Apache License 2.0
45 stars 40 forks source link

Use `go-version-file` in Setup go actions #153

Closed maxlambrecht closed 5 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.