You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: simplify Go setup in GitHub Actions workflows (#82)
Remove explicit GO environment variable and version pinning in the
checks workflow. Use go-version-file pointing to go.mod for setup-go
action to automatically detect the Go version. This reduces maintenance
overhead and ensures the Go version stays in sync with the project. Also,
streamline steps by removing redundant step names for checkout and setup-go.
0 commit comments