Open Issues Need Help
View All on GitHub API Development • Policy Enforcement
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:
3/5
good first issue