ossf / package-feeds

Feed parsing for language package manager updates
Apache License 2.0
71 stars 24 forks source link

Use version in `go.mod` for `setup-go` GitHub Action #492

Closed JAORMX closed 2 months ago

JAORMX commented 3 months ago

This allows us to test using the supported version we've specified in our go.mod instead of having to manually bump the version in the workflow files.

Signed-off-by: Juan Antonio Osorio ozz@stacklok.com