Open Issues Need Help
View All on GitHub Developer Tools • Configuration Tools
Use go.mod for determing go version used in Github Actions about 2 months ago
AI Summary: Update all GitHub Actions workflows that use the `actions/setup-go` action to fetch the Go version from the project's `go.mod` file instead of hardcoding it. This ensures the workflow always uses the correct Go version specified in the project.
Complexity:
2/5
good first issue kind/enhancement